summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmlexp.cxx')
-rw-r--r--sw/source/filter/xml/xmlexp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmlexp.cxx b/sw/source/filter/xml/xmlexp.cxx
index 8012a86e36bc..e12b3f3631bd 100644
--- a/sw/source/filter/xml/xmlexp.cxx
+++ b/sw/source/filter/xml/xmlexp.cxx
@@ -88,9 +88,9 @@ SwXMLExport::SwXMLExport(
bBlock( sal_False ),
bShowProgress( sal_True ),
doc( NULL ),
- sNumberFormat(RTL_CONSTASCII_USTRINGPARAM("NumberFormat")),
- sIsProtected(RTL_CONSTASCII_USTRINGPARAM("IsProtected")),
- sCell(RTL_CONSTASCII_USTRINGPARAM("Cell"))
+ sNumberFormat("NumberFormat"),
+ sIsProtected("IsProtected"),
+ sCell("Cell")
{
_InitItemExport();
}