diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-11-11 18:31:36 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-11-11 18:31:36 +0100 |
commit | 50e3b9c8876c4b72d0d7f5a4fd35aa704abe1ca1 (patch) | |
tree | 7dba4b0958dc5b35b279a0d691506354c3e772b2 /cui/source/customize | |
parent | 2aaf8a29f9f56434ee91614259059c0527db626d (diff) |
some fixes for remaining resource problems
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 ), |