summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scmod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/scmod.cxx')
-rw-r--r--sc/source/ui/app/scmod.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index 2c65b5c69944..5778f38725ff 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -88,6 +88,7 @@
#include "uiitems.hxx"
#include "globstr.hrc"
#include "scres.hrc"
+#include "bitmaps.hlst"
#include "cfgids.hxx"
#include "inputhdl.hxx"
#include "inputwin.hxx"
@@ -2281,12 +2282,12 @@ SfxStyleFamilies* ScModule::CreateStyleFamilies()
pStyleFamilies->emplace_back(SfxStyleFamilyItem(SfxStyleFamily::Para,
ScGlobal::GetRscString(STR_STYLE_FAMILY_CELL),
- Image(BitmapEx(ScResId(BMP_STYLES_FAMILY_CELL))),
+ Image(BitmapEx(BMP_STYLES_FAMILY_CELL)),
ScResId(RID_CELLSTYLEFAMILY)));
pStyleFamilies->emplace_back(SfxStyleFamilyItem(SfxStyleFamily::Page,
ScGlobal::GetRscString(STR_STYLE_FAMILY_PAGE),
- Image(BitmapEx(ScResId(BMP_STYLES_FAMILY_PAGE))),
+ Image(BitmapEx(BMP_STYLES_FAMILY_PAGE)),
ScResId(RID_PAGESTYLEFAMILY)));
return pStyleFamilies;