diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:57:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:57:14 +0000 |
commit | 8befb399158db675b4ae7a117e6c2e5f92e69236 (patch) | |
tree | b63dbd7879c39443fca65eda876b1d8290c9da99 /xmloff/source/style/xmlnumfi.cxx | |
parent | 711d2a6e9478ebe3b7381aa99e4a412e6ec24e43 (diff) |
INTEGRATION: CWS impresstables2 (1.45.70); FILE MERGED
2007/08/01 14:36:25 cl 1.45.70.2: RESYNC: (1.45-1.46); FILE MERGED
2007/07/27 09:09:55 cl 1.45.70.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style/xmlnumfi.cxx')
-rw-r--r-- | xmloff/source/style/xmlnumfi.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx index 7a3355315e9d..6efabb78c5b4 100644 --- a/xmloff/source/style/xmlnumfi.cxx +++ b/xmloff/source/style/xmlnumfi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlnumfi.cxx,v $ * - * $Revision: 1.46 $ + * $Revision: 1.47 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:48:03 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:57:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,9 @@ #include <xmloff/xmltoken.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::xmloff::token; |