summaryrefslogtreecommitdiff
path: root/starmath/source/smdll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/smdll.cxx')
-rw-r--r--starmath/source/smdll.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/source/smdll.cxx b/starmath/source/smdll.cxx
index a66ec8efc608..4d3a6740b0fb 100644
--- a/starmath/source/smdll.cxx
+++ b/starmath/source/smdll.cxx
@@ -57,7 +57,7 @@
-BOOL SmDLL::bInitialized = FALSE;
+sal_Bool SmDLL::bInitialized = sal_False;
/*************************************************************************
|*
@@ -69,7 +69,7 @@ void SmDLL::Init()
if ( bInitialized )
return;
- bInitialized = TRUE;
+ bInitialized = sal_True;
SfxObjectFactory& rFactory = SmDocShell::Factory();
@@ -93,10 +93,10 @@ void SmDLL::Init()
SvxUndoRedoControl::RegisterControl( SID_REDO, pp );
XmlSecStatusBarControl::RegisterControl( SID_SIGNATURE, pp );
- SmToolBoxWrapper::RegisterChildWindow(TRUE);
- SmCmdBoxWrapper::RegisterChildWindow(TRUE);
+ SmToolBoxWrapper::RegisterChildWindow(sal_True);
+ SmCmdBoxWrapper::RegisterChildWindow(sal_True);
- ::sfx2::TaskPaneWrapper::RegisterChildWindow( FALSE, pp );
+ ::sfx2::TaskPaneWrapper::RegisterChildWindow( sal_False, pp );
}
/*************************************************************************