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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx b/chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx
index 56d788d1afc9..db613c24105f 100644
--- a/chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx
+++ b/chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx
@@ -27,7 +27,7 @@ bool GL3DBarChartDialogController::shouldShow_GL3DResourceGroup() const
OUString GL3DBarChartDialogController::getName()
{
- return SchResId(STR_TYPE_GL3D_BAR).toString();
+ return SchResId(STR_TYPE_GL3D_BAR);
}
Image GL3DBarChartDialogController::getImage()
@@ -50,7 +50,7 @@ void GL3DBarChartDialogController::fillSubTypeList(
rSubTypeList.Clear();
rSubTypeList.InsertItem(1, Image(BitmapEx(BMP_GL3D_BAR_ROUNDRECT)));
- rSubTypeList.SetItemText(1, SchResId(STR_GL3D_BAR).toString());
+ rSubTypeList.SetItemText(1, SchResId(STR_GL3D_BAR));
}
}