summaryrefslogtreecommitdiff
path: root/scripting/source/stringresource/stringresource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/stringresource/stringresource.cxx')
-rw-r--r--scripting/source/stringresource/stringresource.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx
index 64ae70f6e85c..7ff477c0b5f7 100644
--- a/scripting/source/stringresource/stringresource.cxx
+++ b/scripting/source/stringresource/stringresource.cxx
@@ -1013,7 +1013,7 @@ void StringResourcePersistenceImpl::implStoreAtStorage
xProps->setPropertyValue( aPropName, uno::makeAny( aMime ) );
aPropName = "UseCommonStoragePasswordEncryption";
- xProps->setPropertyValue( aPropName, uno::makeAny( sal_True ) );
+ xProps->setPropertyValue( aPropName, uno::makeAny( true ) );
}
Reference< io::XOutputStream > xOutputStream = xElementStream->getOutputStream();