summaryrefslogtreecommitdiffstats
path: root/stoc/source/implementationregistration/implreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/implementationregistration/implreg.cxx')
-rw-r--r--stoc/source/implementationregistration/implreg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx
index a5c663d2ff93..b5b21cbfc8bf 100644
--- a/stoc/source/implementationregistration/implreg.cxx
+++ b/stoc/source/implementationregistration/implreg.cxx
@@ -1610,7 +1610,7 @@ Sequence< OUString > ImplementationRegistration::getImplementations(
{
try
{
- xReg->open(OUString() /* in mem */, sal_False, sal_True);
+ xReg->open(OUString() /* in mem */, false, true);
Reference < XRegistryKey > xImpl;
{ // only necessary for deleting the temporary variable of rootkey
@@ -1723,7 +1723,7 @@ void ImplementationRegistration::doRegister(
{
try
{
- xReg->open(OUString() /* in mem */, sal_False, sal_True);
+ xReg->open(OUString() /* in mem */, false, true);
{ // only necessary for deleting the temporary variable of rootkey
xSourceKey = xReg->getRootKey()->createKey( spool().slash_IMPLEMENTATIONS );