diff options
Diffstat (limited to 'svx/source/svdraw/svdoashp.cxx')
-rw-r--r-- | svx/source/svdraw/svdoashp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx index 783c5e9b5b58..26a947a830cb 100644 --- a/svx/source/svdraw/svdoashp.cxx +++ b/svx/source/svdraw/svdoashp.cxx @@ -46,7 +46,7 @@ #include <svx/svdtrans.hxx> #include <svx/svdetc.hxx> #include <svx/svdoedge.hxx> -#include <svdglob.hxx> +#include <svx/dialmgr.hxx> #include <svx/strings.hrc> #include <editeng/eeitem.hxx> #include <editeng/editstat.hxx> @@ -2757,7 +2757,7 @@ SdrObjCustomShape& SdrObjCustomShape::operator=(const SdrObjCustomShape& rObj) OUString SdrObjCustomShape::TakeObjNameSingul() const { - OUStringBuffer sName(ImpGetResStr(STR_ObjNameSingulCUSTOMSHAPE)); + OUStringBuffer sName(SvxResId(STR_ObjNameSingulCUSTOMSHAPE)); OUString aNm(GetName()); if (!aNm.isEmpty()) { @@ -2771,7 +2771,7 @@ OUString SdrObjCustomShape::TakeObjNameSingul() const OUString SdrObjCustomShape::TakeObjNamePlural() const { - return ImpGetResStr(STR_ObjNamePluralCUSTOMSHAPE); + return SvxResId(STR_ObjNamePluralCUSTOMSHAPE); } basegfx::B2DPolyPolygon SdrObjCustomShape::TakeXorPoly() const |