summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/cube3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/cube3d.cxx')
-rw-r--r--svx/source/engine3d/cube3d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/engine3d/cube3d.cxx b/svx/source/engine3d/cube3d.cxx
index 509688fe2f77..db33f75517da 100644
--- a/svx/source/engine3d/cube3d.cxx
+++ b/svx/source/engine3d/cube3d.cxx
@@ -19,7 +19,7 @@
#include <svx/strings.hrc>
-#include <svdglob.hxx>
+#include <svx/dialmgr.hxx>
#include <svx/cube3d.hxx>
#include <svx/globl3d.hxx>
#include <basegfx/point/b3dpoint.hxx>
@@ -129,7 +129,7 @@ void E3dCubeObj::SetPosIsCenter(bool bNew)
OUString E3dCubeObj::TakeObjNameSingul() const
{
- OUStringBuffer sName(ImpGetResStr(STR_ObjNameSingulCube3d));
+ OUStringBuffer sName(SvxResId(STR_ObjNameSingulCube3d));
OUString aName(GetName());
if (!aName.isEmpty())
@@ -146,7 +146,7 @@ OUString E3dCubeObj::TakeObjNameSingul() const
OUString E3dCubeObj::TakeObjNamePlural() const
{
- return ImpGetResStr(STR_ObjNamePluralCube3d);
+ return SvxResId(STR_ObjNamePluralCube3d);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */