diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:00:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:00:46 +0000 |
commit | ce474696a65a034c1cff9a87795f3ba7dbd3ba2e (patch) | |
tree | 38dd644e24bfddc33278537db105b4b257d6fefe /xmloff/source | |
parent | d4cc55f73fbf7ce4de2f12afccad3248eac45367 (diff) |
INTEGRATION: CWS impresstables2 (1.18.80); FILE MERGED
2007/08/01 14:41:22 cl 1.18.80.2: RESYNC: (1.18-1.19); FILE MERGED
2007/07/27 09:09:55 cl 1.18.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx b/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx index 0be47dfc1b9a..578f51324bcf 100644 --- a/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx +++ b/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLFootnoteConfigurationImportContext.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:55:16 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:00:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -108,7 +108,9 @@ #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star::text; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::uno; |