summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextShapeImportHelper.cxx
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-03-02 21:32:41 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-03-02 21:36:10 +0100
commitb15f095293c6127ecaef2f0fa3a1683e72392835 (patch)
treea8aed21f8cbb708d5292f980df8db10e2305eb6f /xmloff/source/text/XMLTextShapeImportHelper.cxx
parentdadfa4bbbe9107cd5b8aad43dace0692ca8d63bf (diff)
removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text)
Change-Id: I54af0ac7a3454259540e89267200d801b17ec179
Diffstat (limited to 'xmloff/source/text/XMLTextShapeImportHelper.cxx')
-rw-r--r--xmloff/source/text/XMLTextShapeImportHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextShapeImportHelper.cxx b/xmloff/source/text/XMLTextShapeImportHelper.cxx
index b45d413bfa9e..ab5ca78df7fe 100644
--- a/xmloff/source/text/XMLTextShapeImportHelper.cxx
+++ b/xmloff/source/text/XMLTextShapeImportHelper.cxx
@@ -47,9 +47,9 @@ XMLTextShapeImportHelper::XMLTextShapeImportHelper(
XMLShapeImportHelper( rImp, rImp.GetModel(),
XMLTextImportHelper::CreateShapeExtPropMapper(rImp) ),
rImport( rImp ),
- sAnchorType(RTL_CONSTASCII_USTRINGPARAM("AnchorType")),
- sAnchorPageNo(RTL_CONSTASCII_USTRINGPARAM("AnchorPageNo")),
- sVertOrientPosition(RTL_CONSTASCII_USTRINGPARAM("VertOrientPosition"))
+ sAnchorType("AnchorType"),
+ sAnchorPageNo("AnchorPageNo"),
+ sVertOrientPosition("VertOrientPosition")
{
Reference < XDrawPageSupplier > xDPS( rImp.GetModel(), UNO_QUERY );
if( xDPS.is() )