diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 09:51:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 09:51:11 +0000 |
commit | 6d75d85d9725089b36dcd99a5bdc05827adca55f (patch) | |
tree | 5280f0198c32558543236ee527522e82057c9c03 | |
parent | 76f8ea20b735fca4199181f21cc400777dd7aae2 (diff) |
INTEGRATION: CWS i18napi (1.31.16); FILE MERGED
2003/04/19 20:25:10 er 1.31.16.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n
-rw-r--r-- | xmloff/source/style/xmlnumfi.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx index 5ed5e52b3d8f..832ae6bae8db 100644 --- a/xmloff/source/style/xmlnumfi.cxx +++ b/xmloff/source/style/xmlnumfi.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlnumfi.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: hr $ $Date: 2003-03-27 18:20:36 $ + * last change: $Author: vg $ $Date: 2003-04-24 10:51:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1217,7 +1217,7 @@ SvXMLNumFormatContext::SvXMLNumFormatContext( SvXMLImport& rImport, nKey(-1) { OUString sLanguage, sCountry; - ::drafts::com::sun::star::i18n::NativeNumberXmlAttributes aNatNumAttr; + ::com::sun::star::i18n::NativeNumberXmlAttributes aNatNumAttr; sal_Bool bAttrBool; sal_uInt16 nAttrEnum; |