summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLImageMapContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/XMLImageMapContext.cxx')
-rw-r--r--xmloff/source/draw/XMLImageMapContext.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/xmloff/source/draw/XMLImageMapContext.cxx b/xmloff/source/draw/XMLImageMapContext.cxx
index 2a9c0bb0602a..5f63f6e9a534 100644
--- a/xmloff/source/draw/XMLImageMapContext.cxx
+++ b/xmloff/source/draw/XMLImageMapContext.cxx
@@ -170,17 +170,17 @@ XMLImageMapObjectContext::XMLImageMapObjectContext(
Reference<XIndexContainer> xMap,
const sal_Char* pServiceName) :
SvXMLImportContext(rImport, nPrefix, rLocalName),
- sBoundary(RTL_CONSTASCII_USTRINGPARAM("Boundary")),
- sCenter(RTL_CONSTASCII_USTRINGPARAM("Center")),
- sTitle(RTL_CONSTASCII_USTRINGPARAM("Title")),
- sDescription(RTL_CONSTASCII_USTRINGPARAM("Description")),
- sImageMap(RTL_CONSTASCII_USTRINGPARAM("ImageMap")),
- sIsActive(RTL_CONSTASCII_USTRINGPARAM("IsActive")),
- sName(RTL_CONSTASCII_USTRINGPARAM("Name")),
- sPolygon(RTL_CONSTASCII_USTRINGPARAM("Polygon")),
- sRadius(RTL_CONSTASCII_USTRINGPARAM("Radius")),
- sTarget(RTL_CONSTASCII_USTRINGPARAM("Target")),
- sURL(RTL_CONSTASCII_USTRINGPARAM("URL")),
+ sBoundary("Boundary"),
+ sCenter("Center"),
+ sTitle("Title"),
+ sDescription("Description"),
+ sImageMap("ImageMap"),
+ sIsActive("IsActive"),
+ sName("Name"),
+ sPolygon("Polygon"),
+ sRadius("Radius"),
+ sTarget("Target"),
+ sURL("URL"),
xImageMap(xMap),
bIsActive(sal_True),
bValid(sal_False)
@@ -643,7 +643,7 @@ XMLImageMapContext::XMLImageMapContext(
const OUString& rLocalName,
Reference<XPropertySet> & rPropertySet) :
SvXMLImportContext(rImport, nPrefix, rLocalName),
- sImageMap(RTL_CONSTASCII_USTRINGPARAM("ImageMap")),
+ sImageMap("ImageMap"),
xPropertySet(rPropertySet)
{