summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextColumnsExport.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/XMLTextColumnsExport.cxx
parentdadfa4bbbe9107cd5b8aad43dace0692ca8d63bf (diff)
removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text)
Change-Id: I54af0ac7a3454259540e89267200d801b17ec179
Diffstat (limited to 'xmloff/source/text/XMLTextColumnsExport.cxx')
-rw-r--r--xmloff/source/text/XMLTextColumnsExport.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/xmloff/source/text/XMLTextColumnsExport.cxx b/xmloff/source/text/XMLTextColumnsExport.cxx
index 4f6005aeefa1..f301aed9fb70 100644
--- a/xmloff/source/text/XMLTextColumnsExport.cxx
+++ b/xmloff/source/text/XMLTextColumnsExport.cxx
@@ -44,14 +44,14 @@ using namespace ::xmloff::token;
XMLTextColumnsExport::XMLTextColumnsExport( SvXMLExport& rExp ) :
rExport( rExp ),
- sSeparatorLineIsOn(RTL_CONSTASCII_USTRINGPARAM("SeparatorLineIsOn")),
- sSeparatorLineWidth(RTL_CONSTASCII_USTRINGPARAM("SeparatorLineWidth")),
- sSeparatorLineColor(RTL_CONSTASCII_USTRINGPARAM("SeparatorLineColor")),
- sSeparatorLineRelativeHeight(RTL_CONSTASCII_USTRINGPARAM("SeparatorLineRelativeHeight")),
- sSeparatorLineVerticalAlignment(RTL_CONSTASCII_USTRINGPARAM("SeparatorLineVerticalAlignment")),
- sIsAutomatic(RTL_CONSTASCII_USTRINGPARAM("IsAutomatic")),
- sAutomaticDistance(RTL_CONSTASCII_USTRINGPARAM("AutomaticDistance")),
- sSeparatorLineStyle(RTL_CONSTASCII_USTRINGPARAM("SeparatorLineStyle"))
+ sSeparatorLineIsOn("SeparatorLineIsOn"),
+ sSeparatorLineWidth("SeparatorLineWidth"),
+ sSeparatorLineColor("SeparatorLineColor"),
+ sSeparatorLineRelativeHeight("SeparatorLineRelativeHeight"),
+ sSeparatorLineVerticalAlignment("SeparatorLineVerticalAlignment"),
+ sIsAutomatic("IsAutomatic"),
+ sAutomaticDistance("AutomaticDistance"),
+ sSeparatorLineStyle("SeparatorLineStyle")
{
}