Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3400
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/00/3400/1
fix bug #60700 - de-crutify ODF files
Initialization of storage elements in Configuration folder is now
done in read-only mode. Modification does not affect these folders
in case of actual storage within them.
Only tested for example posted on bugzilla page.
Change-Id: If0f69b46b4a0a564afca4fd696320f7f2dfbca12
---
M framework/source/uiconfiguration/uiconfigurationmanager.cxx
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/source/uiconfiguration/uiconfigurationmanager.cxx
b/framework/source/uiconfiguration/uiconfigurationmanager.cxx
index a2469e0..4366b31 100644
--- a/framework/source/uiconfiguration/uiconfigurationmanager.cxx
+++ b/framework/source/uiconfiguration/uiconfigurationmanager.cxx
@@ -540,7 +540,7 @@
// Initialize the top-level structures with the storage data
if ( m_xDocConfigStorage.is() )
{
- long nModes = m_bReadOnly ? ElementModes::READ : ElementModes::READWRITE;
+ long nModes = ElementModes::READ;
// Try to access our module sub folder
for ( sal_Int16 i = 1; i < ::com::sun::star::ui::UIElementType::COUNT;
--
To view, visit https://gerrit.libreoffice.org/3400
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If0f69b46b4a0a564afca4fd696320f7f2dfbca12
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0-0
Gerrit-Owner: Alex Ivan <alexnivan@yahoo.com>
Context
- [PATCH libreoffice-4-0-0] fix bug #60700 - de-crutify ODF files · Alex Ivan (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.