diff options
Diffstat (limited to 'cui/source/customize')
-rw-r--r-- | cui/source/customize/acccfg.cxx | 2 | ||||
-rw-r--r-- | cui/source/customize/macropg.cxx | 2 | ||||
-rw-r--r-- | cui/source/customize/selector.cxx | 5 |
3 files changed, 6 insertions, 3 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index 8a1c38157b01..8ff50323cc76 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -48,6 +48,8 @@ #include "cuires.hrc" #include "acccfg.hrc" +#include <svx/svxids.hrc> // SID_CHARMAP, SID_ATTR_SPECIALCHAR + //----------------------------------------------- // include interface declarations #include <com/sun/star/frame/XFramesSupplier.hpp> diff --git a/cui/source/customize/macropg.cxx b/cui/source/customize/macropg.cxx index 4b08a831868a..faeaa60e2027 100644 --- a/cui/source/customize/macropg.cxx +++ b/cui/source/customize/macropg.cxx @@ -53,7 +53,7 @@ #include <cuires.hrc> #include "headertablistbox.hxx" #include "macropg_impl.hxx" -#include <svx/dialogs.hrc> +#include <svx/dialogs.hrc> // RID_SVXPAGE_MACROASSIGN #include <comphelper/namedvaluecollection.hxx> #include <algorithm> diff --git a/cui/source/customize/selector.cxx b/cui/source/customize/selector.cxx index 865ff5625b53..4379c1287d70 100644 --- a/cui/source/customize/selector.cxx +++ b/cui/source/customize/selector.cxx @@ -36,7 +36,8 @@ #include "selector.hxx" #include <dialmgr.hxx> #include "selector.hrc" -#include <svx/fmresids.hrc> +#include <svx/fmresids.hrc> // for RID_SVXIMG_... +#include <svx/dialmgr.hxx> // for RID_SVXIMG_... #include <cuires.hrc> #include <sfx2/app.hxx> #include <sfx2/msg.hxx> @@ -266,7 +267,7 @@ SvxConfigGroupListBox_Impl::SvxConfigGroupListBox_Impl( SetWindowBits( GetStyle() | WB_CLIPCHILDREN | WB_HSCROLL | WB_HASBUTTONS | WB_HASLINES | WB_HASLINESATROOT | WB_HASBUTTONSATROOT ); - ImageList aNavigatorImages( CUI_RES( RID_SVXIMGLIST_FMEXPL ) ); + ImageList aNavigatorImages( SVX_RES( RID_SVXIMGLIST_FMEXPL ) ); SetNodeBitmaps( aNavigatorImages.GetImage( RID_SVXIMG_COLLAPSEDNODE ), |