summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx')
-rw-r--r--chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx b/chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx
index 57c9a081e547..56d788d1afc9 100644
--- a/chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx
+++ b/chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx
@@ -9,7 +9,7 @@
#include "GL3DBarChartDialogController.hxx"
#include <Strings.hrc>
-#include <Bitmaps.hrc>
+#include <bitmaps.hlst>
#include <ResId.hxx>
#include <svtools/valueset.hxx>
@@ -32,7 +32,7 @@ OUString GL3DBarChartDialogController::getName()
Image GL3DBarChartDialogController::getImage()
{
- return Image(BitmapEx(SchResId(BMP_TYPE_GL3D_BAR)));
+ return Image(BitmapEx(BMP_TYPE_GL3D_BAR));
}
const tTemplateServiceChartTypeParameterMap&
@@ -48,7 +48,7 @@ void GL3DBarChartDialogController::fillSubTypeList(
ValueSet& rSubTypeList, const ChartTypeParameter& /*rParameter*/ )
{
rSubTypeList.Clear();
- rSubTypeList.InsertItem(1, Image(Bitmap(SchResId(BMP_GL3D_BAR_ROUNDRECT))));
+ rSubTypeList.InsertItem(1, Image(BitmapEx(BMP_GL3D_BAR_ROUNDRECT)));
rSubTypeList.SetItemText(1, SchResId(STR_GL3D_BAR).toString());
}