summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLCalculationSettingsContext.cxx
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-26 22:00:44 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-26 22:01:51 +0100
commit28b5eb13f7e1cf7901686ea024a7a233d03074e1 (patch)
tree978e97dc22bd8b866cc5279f5b2126cc1112a22b /xmloff/source/text/XMLCalculationSettingsContext.cxx
parentpostprocess does not care for _any_ instsetoo_native or postprocess packages (diff)
downloadcore-28b5eb13f7e1cf7901686ea024a7a233d03074e1.tar.gz
core-28b5eb13f7e1cf7901686ea024a7a233d03074e1.zip
removed RTL_CONSTASCII_(U)STRINGPARAM
Change-Id: If6b297b6dd150b698f8f524a071006c571c6cc7a
Diffstat (limited to 'xmloff/source/text/XMLCalculationSettingsContext.cxx')
-rw-r--r--xmloff/source/text/XMLCalculationSettingsContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLCalculationSettingsContext.cxx b/xmloff/source/text/XMLCalculationSettingsContext.cxx
index 207e722614d4..8229bdd02820 100644
--- a/xmloff/source/text/XMLCalculationSettingsContext.cxx
+++ b/xmloff/source/text/XMLCalculationSettingsContext.cxx
@@ -79,7 +79,7 @@ void XMLCalculationSettingsContext::EndElement()
if (xTextDoc.is())
{
Reference < XPropertySet > xPropSet ( xTextDoc, UNO_QUERY );
- OUString sTwoDigitYear ( RTL_CONSTASCII_USTRINGPARAM ( "TwoDigitYear" ) );
+ OUString sTwoDigitYear ( "TwoDigitYear" );
Any aAny;
aAny <<= nYear;
xPropSet->setPropertyValue ( sTwoDigitYear, aAny );