summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-07 09:15:28 +0200
committerNoel Grandin <noel@peralex.com>2014-04-07 13:53:50 +0200
commit74fdda0cd41d97b6c97d2115584ee48fd552514e (patch)
treefa29308f180abbd7dec4c16f5603604a15fa079e /sd
parent1eee88dd6bf2c647aa3458d33a5f45c51c024186 (diff)
sfx2: sal_Bool->bool
Change-Id: I48ae51781f64e60deb0c03352087100729c8c3cd
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/app/sddll.cxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx
index 1863c758ae47..fd0d5b8bc66c 100644
--- a/sd/source/ui/app/sddll.cxx
+++ b/sd/source/ui/app/sddll.cxx
@@ -193,24 +193,24 @@ void SdDLL::RegisterControllers()
SdTbxCtlDiaPages::RegisterControl( SID_PAGES_PER_ROW, pMod );
SdTbxCtlGlueEscDir::RegisterControl( SID_GLUE_ESCDIR, pMod );
- ::sd::AnimationChildWindow::RegisterChildWindow(0, pMod);
+ ::sd::AnimationChildWindow::RegisterChildWindow(false, pMod);
::sd::NavigatorChildWindow::RegisterChildWindowContext( (sal_uInt16) ::sd::DrawViewShell::GetInterfaceId(), pMod );
::sd::NavigatorChildWindow::RegisterChildWindowContext( (sal_uInt16) ::sd::GraphicViewShell::GetInterfaceId(), pMod );
- ::sd::LayerDialogChildWindow::RegisterChildWindow(0, pMod);
-
- Svx3DChildWindow::RegisterChildWindow(0, pMod);
- SvxFontWorkChildWindow::RegisterChildWindow(0, pMod);
- SvxColorChildWindow::RegisterChildWindow(0, pMod, SFX_CHILDWIN_TASK);
- SvxSearchDialogWrapper::RegisterChildWindow(0, pMod);
- SvxBmpMaskChildWindow::RegisterChildWindow(0, pMod);
- GalleryChildWindow::RegisterChildWindow(0, pMod);
- SvxIMapDlgChildWindow::RegisterChildWindow(0, pMod);
- SvxHlinkDlgWrapper::RegisterChildWindow(0, pMod);
- ::sd::SpellDialogChildWindow::RegisterChildWindow(0, pMod);
- ::avmedia::MediaPlayer::RegisterChildWindow(0, pMod);
- ::sd::LeftPaneImpressChildWindow::RegisterChildWindow(0, pMod);
- ::sd::LeftPaneDrawChildWindow::RegisterChildWindow(0, pMod);
- ::sfx2::sidebar::SidebarChildWindow::RegisterChildWindow(0, pMod);
+ ::sd::LayerDialogChildWindow::RegisterChildWindow(false, pMod);
+
+ Svx3DChildWindow::RegisterChildWindow(false, pMod);
+ SvxFontWorkChildWindow::RegisterChildWindow(false, pMod);
+ SvxColorChildWindow::RegisterChildWindow(false, pMod, SFX_CHILDWIN_TASK);
+ SvxSearchDialogWrapper::RegisterChildWindow(false, pMod);
+ SvxBmpMaskChildWindow::RegisterChildWindow(false, pMod);
+ GalleryChildWindow::RegisterChildWindow(false, pMod);
+ SvxIMapDlgChildWindow::RegisterChildWindow(false, pMod);
+ SvxHlinkDlgWrapper::RegisterChildWindow(false, pMod);
+ ::sd::SpellDialogChildWindow::RegisterChildWindow(false, pMod);
+ ::avmedia::MediaPlayer::RegisterChildWindow(false, pMod);
+ ::sd::LeftPaneImpressChildWindow::RegisterChildWindow(false, pMod);
+ ::sd::LeftPaneDrawChildWindow::RegisterChildWindow(false, pMod);
+ ::sfx2::sidebar::SidebarChildWindow::RegisterChildWindow(false, pMod);
SvxFillToolBoxControl::RegisterControl(0, pMod);
SvxLineStyleToolBoxControl::RegisterControl(0, pMod);