summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unodoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unodoc.cxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/unoidl/unodoc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unodoc.cxx b/sd/source/ui/unoidl/unodoc.cxx
index a423692caa4f..63149b8f92df 100644..100755
--- a/sd/source/ui/unoidl/unodoc.cxx
+++ b/sd/source/ui/unoidl/unodoc.cxx
@@ -68,7 +68,7 @@ uno::Reference< uno::XInterface > SAL_CALL SdDrawingDocument_createInstance(
SfxObjectShell* pShell =
new ::sd::GraphicDocShell(
- _nCreationFlags, FALSE, DOCUMENT_TYPE_DRAW );
+ _nCreationFlags, sal_False, DOCUMENT_TYPE_DRAW );
return uno::Reference< uno::XInterface >( pShell->GetModel() );
}
@@ -97,7 +97,7 @@ uno::Reference< uno::XInterface > SAL_CALL SdPresentationDocument_createInstance
SfxObjectShell* pShell =
new ::sd::DrawDocShell(
- _nCreationFlags, FALSE, DOCUMENT_TYPE_IMPRESS );
+ _nCreationFlags, sal_False, DOCUMENT_TYPE_IMPRESS );
return uno::Reference< uno::XInterface >( pShell->GetModel() );
}