summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumfe.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 15:26:21 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 16:48:34 -0500
commitd29d9399d48f85989cc8040f5ba334c38b40a544 (patch)
treef750a00c228781b218afb903b15cdd86de2ed417 /xmloff/source/style/xmlnumfe.cxx
parent0aca9731819acdc5e0369aef0c86725d939c4f5c (diff)
targeted string re-work
Change-Id: I342f1b8ac6c8205b6c587578a6b10a6ca51758fa
Diffstat (limited to 'xmloff/source/style/xmlnumfe.cxx')
-rw-r--r--xmloff/source/style/xmlnumfe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index e44afb53e924..c4f93608ba15 100644
--- a/xmloff/source/style/xmlnumfe.cxx
+++ b/xmloff/source/style/xmlnumfe.cxx
@@ -232,7 +232,7 @@ SvXMLNumFmtExport::SvXMLNumFmtExport(
SvXMLExport& rExp,
const uno::Reference< util::XNumberFormatsSupplier >& rSupp ) :
rExport( rExp ),
- sPrefix( OUString(RTL_CONSTASCII_USTRINGPARAM("N")) ),
+ sPrefix( OUString("N") ),
pFormatter( NULL ),
pCharClass( NULL ),
pLocaleData( NULL )