diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2002-11-25 16:23:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2002-11-25 16:23:20 +0000 |
commit | f3dd2bbcd1174126bd01c77808cb8e56762b4aa3 (patch) | |
tree | 5625235b016a6554e102e1fbc0c89d8ef50566c8 /xmloff | |
parent | 6c12ab801ba1389e7c260120672f308cb15f5ce4 (diff) |
#100000# workaround fo GCC
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlnumfe.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx index 8a59be0620c2..d3a8ef4869da 100644 --- a/xmloff/source/style/xmlnumfe.cxx +++ b/xmloff/source/style/xmlnumfe.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlnumfe.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: dvo $ $Date: 2002-11-21 17:32:28 $ + * last change: $Author: vg $ $Date: 2002-11-25 17:23:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1826,8 +1826,9 @@ sal_uInt32 SvXMLNumFmtExport::ForceSystemLanguage( sal_uInt32 nKey ) } else { + String aFormatString( pFormat->GetFormatstring() ); pFormatter->PutandConvertEntry( - String( pFormat->GetFormatstring() ), + aFormatString, nErrorPos, nType, nNewKey, pFormat->GetLanguage(), LANGUAGE_SYSTEM ); |