diff options
Diffstat (limited to 'svx/source/tbxctrls/bulletsnumbering.cxx')
-rw-r--r-- | svx/source/tbxctrls/bulletsnumbering.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/bulletsnumbering.cxx b/svx/source/tbxctrls/bulletsnumbering.cxx index dbabd99ae6f7..bf81afb5e032 100644 --- a/svx/source/tbxctrls/bulletsnumbering.cxx +++ b/svx/source/tbxctrls/bulletsnumbering.cxx @@ -12,12 +12,12 @@ #include <comphelper/propertysequence.hxx> #include <i18nlangtag/mslangid.hxx> -#include <sfx2/imagemgr.hxx> #include <svtools/popupwindowcontroller.hxx> #include <svtools/toolbarmenu.hxx> #include <svx/dialogs.hrc> #include <svx/dialmgr.hxx> #include <svx/numvset.hxx> +#include <vcl/commandinfoprovider.hxx> #include <vcl/toolbox.hxx> #include <vcl/settings.hxx> @@ -120,7 +120,8 @@ NumberingPopup::NumberingPopup( NumberingToolBoxControl& rController, AddStatusListener( ".uno:CurrentOutlineType" ); } - appendEntry( 1, aMoreItemText, ::GetImage( mrController.getFrameInterface(), ".uno:OutlineBullet", false ) ); + appendEntry( 1, aMoreItemText, + vcl::CommandInfoProvider::GetImageForCommand( ".uno:OutlineBullet", mrController.getFrameInterface() ) ); SetOutputSizePixel( getMenuSize() ); mpValueSet->SetSelectHdl( LINK( this, NumberingPopup, VSSelectValueSetHdl ) ); |