diff options
Diffstat (limited to 'svx/source/gallery2/galbrws2.cxx')
-rw-r--r-- | svx/source/gallery2/galbrws2.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index a09b0436d9be..332e414ad3c0 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -48,6 +48,7 @@ #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> #include "GalleryControl.hxx" +#include "bitmaps.hlst" #include <svx/svxcommands.h> #include <svx/galleryitem.hxx> @@ -1266,8 +1267,8 @@ IMPL_LINK_NOARG(GalleryBrowser2, MiscHdl, LinkParamNone*, void) { maViewBox->SetOutStyle( maMiscOptions.GetToolboxStyle() ); - BitmapEx aIconBmpEx(GAL_RES(RID_SVXBMP_GALLERY_VIEW_ICON)); - BitmapEx aListBmpEx(GAL_RES(RID_SVXBMP_GALLERY_VIEW_LIST)); + BitmapEx aIconBmpEx(RID_SVXBMP_GALLERY_VIEW_ICON); + BitmapEx aListBmpEx(RID_SVXBMP_GALLERY_VIEW_LIST); if( maMiscOptions.AreCurrentSymbolsLarge() ) { |