diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/tbxcustomshapes.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/tbxform.cxx | 2 | ||||
-rw-r--r-- | svx/source/mnuctrls/clipboardctl.cxx | 2 | ||||
-rw-r--r-- | svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/fontworkgallery.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/grafctrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/layctrl.cxx | 4 | ||||
-rw-r--r-- | svx/source/tbxctrls/lboxctrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/linectrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/subtoolboxcontrol.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 6 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxalign.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxdrctl.cxx | 2 |
13 files changed, 16 insertions, 16 deletions
diff --git a/svx/source/customshapes/tbxcustomshapes.cxx b/svx/source/customshapes/tbxcustomshapes.cxx index a1bad6d9b352..b287aac60a5a 100644 --- a/svx/source/customshapes/tbxcustomshapes.cxx +++ b/svx/source/customshapes/tbxcustomshapes.cxx @@ -97,7 +97,7 @@ void SvxTbxCtlCustomShapes::StateChanged( sal_uInt16 nSID, SfxItemState eState, // when one wants to create a popup window SfxPopupWindowType SvxTbxCtlCustomShapes::GetPopupWindowType() const { - return( m_aCommand.isEmpty() ? SFX_POPUPWINDOW_ONCLICK : SFX_POPUPWINDOW_ONTIMEOUT); + return( m_aCommand.isEmpty() ? SfxPopupWindowType::ONCLICK : SfxPopupWindowType::ONTIMEOUT); } // Here is the window created diff --git a/svx/source/form/tbxform.cxx b/svx/source/form/tbxform.cxx index f72ad7ce9b8b..3c3e8f72eabb 100644 --- a/svx/source/form/tbxform.cxx +++ b/svx/source/form/tbxform.cxx @@ -198,7 +198,7 @@ void SvxFmTbxCtlConfig::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPopupWindowType SvxFmTbxCtlConfig::GetPopupWindowType() const { - return( nLastSlot == 0 ? SFX_POPUPWINDOW_ONCLICK : SFX_POPUPWINDOW_ONTIMEOUT ); + return( nLastSlot == 0 ? SfxPopupWindowType::ONCLICK : SfxPopupWindowType::ONTIMEOUT ); } diff --git a/svx/source/mnuctrls/clipboardctl.cxx b/svx/source/mnuctrls/clipboardctl.cxx index 352dcb0cb651..e0ec2724c305 100644 --- a/svx/source/mnuctrls/clipboardctl.cxx +++ b/svx/source/mnuctrls/clipboardctl.cxx @@ -110,7 +110,7 @@ SfxPopupWindow* SvxClipBoardControl::CreatePopupWindow() SfxPopupWindowType SvxClipBoardControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONTIMEOUT; + return SfxPopupWindowType::ONTIMEOUT; } diff --git a/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx b/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx index 345aed32fb29..5b1329178b9a 100644 --- a/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx +++ b/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx @@ -39,7 +39,7 @@ ParaLineSpacingPopup::~ParaLineSpacingPopup() SfxPopupWindowType ParaLineSpacingPopup::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONTIMEOUT; + return SfxPopupWindowType::ONTIMEOUT; } SfxPopupWindow* ParaLineSpacingPopup::CreatePopupWindow() diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx index a2b6085481ef..c4df8a50e66a 100644 --- a/svx/source/tbxctrls/fontworkgallery.cxx +++ b/svx/source/tbxctrls/fontworkgallery.cxx @@ -273,7 +273,7 @@ FontWorkShapeTypeControl::~FontWorkShapeTypeControl() SfxPopupWindowType FontWorkShapeTypeControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONCLICK; //( aLastAction.getLength() == 0 ? SFX_POPUPWINDOW_ONCLICK : SFX_POPUPWINDOW_ONTIMEOUT ); + return SfxPopupWindowType::ONCLICK; //( aLastAction.getLength() == 0 ? SfxPopupWindowType::ONCLICK : SfxPopupWindowType::ONTIMEOUT ); } diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx index a670e09d7fde..e42c3ce13f79 100644 --- a/svx/source/tbxctrls/grafctrl.cxx +++ b/svx/source/tbxctrls/grafctrl.cxx @@ -446,7 +446,7 @@ void SvxGrafFilterToolBoxControl::StateChanged( sal_uInt16, SfxItemState eState, SfxPopupWindowType SvxGrafFilterToolBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONCLICK; + return SfxPopupWindowType::ONCLICK; } SfxPopupWindow* SvxGrafFilterToolBoxControl::CreatePopupWindow() diff --git a/svx/source/tbxctrls/layctrl.cxx b/svx/source/tbxctrls/layctrl.cxx index 7fd2388ed6fe..53ed61eb72e2 100644 --- a/svx/source/tbxctrls/layctrl.cxx +++ b/svx/source/tbxctrls/layctrl.cxx @@ -717,7 +717,7 @@ SvxTableToolBoxControl::~SvxTableToolBoxControl() SfxPopupWindowType SvxTableToolBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONTIMEOUTANDMOVE; + return SfxPopupWindowType::ONTIMEOUTANDMOVE; } @@ -782,7 +782,7 @@ SvxColumnsToolBoxControl::~SvxColumnsToolBoxControl() SfxPopupWindowType SvxColumnsToolBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONTIMEOUTANDMOVE; + return SfxPopupWindowType::ONTIMEOUTANDMOVE; } diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx index 66512d5352fb..f65d68ff4daf 100644 --- a/svx/source/tbxctrls/lboxctrl.cxx +++ b/svx/source/tbxctrls/lboxctrl.cxx @@ -153,7 +153,7 @@ SfxPopupWindow* SvxListBoxControl::CreatePopupWindow() SfxPopupWindowType SvxListBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONTIMEOUT; + return SfxPopupWindowType::ONTIMEOUT; } diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx index 56fd6a670f6d..bee2f93e3def 100644 --- a/svx/source/tbxctrls/linectrl.cxx +++ b/svx/source/tbxctrls/linectrl.cxx @@ -619,7 +619,7 @@ SvxLineEndToolBoxControl::~SvxLineEndToolBoxControl() SfxPopupWindowType SvxLineEndToolBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONCLICK; + return SfxPopupWindowType::ONCLICK; } diff --git a/svx/source/tbxctrls/subtoolboxcontrol.cxx b/svx/source/tbxctrls/subtoolboxcontrol.cxx index d186f5582f2d..c04c79b0de14 100644 --- a/svx/source/tbxctrls/subtoolboxcontrol.cxx +++ b/svx/source/tbxctrls/subtoolboxcontrol.cxx @@ -54,7 +54,7 @@ SfxPopupWindow* SvxSubToolBoxControl::CreatePopupWindow() SfxPopupWindowType SvxSubToolBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONCLICK; + return SfxPopupWindowType::ONCLICK; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index ff96a359b0cd..e66a10c36a02 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -2492,7 +2492,7 @@ SvxColorToolBoxControl::~SvxColorToolBoxControl() SfxPopupWindowType SvxColorToolBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONTIMEOUT; + return SfxPopupWindowType::ONTIMEOUT; } SfxPopupWindow* SvxColorToolBoxControl::CreatePopupWindow() @@ -2670,7 +2670,7 @@ SvxFrameToolBoxControl::SvxFrameToolBoxControl( SfxPopupWindowType SvxFrameToolBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONCLICK; + return SfxPopupWindowType::ONCLICK; } SfxPopupWindow* SvxFrameToolBoxControl::CreatePopupWindow() @@ -2712,7 +2712,7 @@ SvxFrameLineStyleToolBoxControl::SvxFrameLineStyleToolBoxControl( SfxPopupWindowType SvxFrameLineStyleToolBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONCLICK; + return SfxPopupWindowType::ONCLICK; } SfxPopupWindow* SvxFrameLineStyleToolBoxControl::CreatePopupWindow() diff --git a/svx/source/tbxctrls/tbxalign.cxx b/svx/source/tbxctrls/tbxalign.cxx index 2e4e0f20156e..41571ee9699a 100644 --- a/svx/source/tbxctrls/tbxalign.cxx +++ b/svx/source/tbxctrls/tbxalign.cxx @@ -52,7 +52,7 @@ SvxTbxCtlAlign::SvxTbxCtlAlign( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTb SfxPopupWindowType SvxTbxCtlAlign::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONCLICK; + return SfxPopupWindowType::ONCLICK; } /* diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx index 541b2e0f31cb..6280e1fce9f8 100644 --- a/svx/source/tbxctrls/tbxdrctl.cxx +++ b/svx/source/tbxctrls/tbxdrctl.cxx @@ -70,7 +70,7 @@ void SvxTbxCtlDraw::StateChanged( sal_uInt16 nSID, SfxItemState eState, SfxPopupWindowType SvxTbxCtlDraw::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONCLICK; + return SfxPopupWindowType::ONCLICK; } |