summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLIndexTableSourceContext.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/XMLIndexTableSourceContext.cxx
parenttranslated German comments (diff)
downloadcore-b15f095293c6127ecaef2f0fa3a1683e72392835.tar.gz
core-b15f095293c6127ecaef2f0fa3a1683e72392835.zip
removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text)
Change-Id: I54af0ac7a3454259540e89267200d801b17ec179
Diffstat (limited to 'xmloff/source/text/XMLIndexTableSourceContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexTableSourceContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexTableSourceContext.cxx b/xmloff/source/text/XMLIndexTableSourceContext.cxx
index 9c0a1e475fa2..ab11324247e3 100644
--- a/xmloff/source/text/XMLIndexTableSourceContext.cxx
+++ b/xmloff/source/text/XMLIndexTableSourceContext.cxx
@@ -63,9 +63,9 @@ XMLIndexTableSourceContext::XMLIndexTableSourceContext(
Reference<XPropertySet> & rPropSet) :
XMLIndexSourceBaseContext(rImport, nPrfx, rLocalName,
rPropSet, sal_False),
- sCreateFromLabels(RTL_CONSTASCII_USTRINGPARAM(sAPI_CreateFromLabels)),
- sLabelCategory(RTL_CONSTASCII_USTRINGPARAM(sAPI_LabelCategory)),
- sLabelDisplayType(RTL_CONSTASCII_USTRINGPARAM(sAPI_LabelDisplayType)),
+ sCreateFromLabels(sAPI_CreateFromLabels),
+ sLabelCategory(sAPI_LabelCategory),
+ sLabelDisplayType(sAPI_LabelDisplayType),
bSequenceOK(sal_False),
bDisplayFormatOK(sal_False),
bUseCaption(sal_True)