summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx')
-rw-r--r--sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
index 0cfc2e52f120..c06f1e4de365 100644
--- a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
@@ -88,17 +88,17 @@ OUString
{
case PRESENTATION_OLE:
aDG.Initialize ("PresentationOLEShape");
- //SVX_RESSTR(RID_SVXSTR_A11Y_ST_RECTANGLE));
+ //SvxResId(RID_SVXSTR_A11Y_ST_RECTANGLE));
aDG.AddProperty ("CLSID" ,DescriptionGenerator::PropertyType::String);
break;
case PRESENTATION_CHART:
aDG.Initialize ("PresentationChartShape");
- //SVX_RESSTR(RID_SVXSTR_A11Y_ST_RECTANGLE));
+ //SvxResId(RID_SVXSTR_A11Y_ST_RECTANGLE));
aDG.AddProperty ( "CLSID" , DescriptionGenerator::PropertyType::String);
break;
case PRESENTATION_TABLE:
aDG.Initialize ("PresentationTableShape");
- //SVX_RESSTR(RID_SVXSTR_A11Y_ST_RECTANGLE));
+ //SvxResId(RID_SVXSTR_A11Y_ST_RECTANGLE));
aDG.AddProperty ("CLSID" , DescriptionGenerator::PropertyType::String);
break;
default: