diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:47:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:47:53 +0000 |
commit | 3c9273ae2d42cd0f726365a7acf7faa537cee8ee (patch) | |
tree | 83ad1fd50e4c0db73677387cf57625c208604320 | |
parent | 869f16b691658e1ba354829297d9e49bceb52cf7 (diff) |
INTEGRATION: CWS impresstables2 (1.15.80); FILE MERGED
2008/03/11 18:21:23 cl 1.15.80.3: RESYNC: (1.17-1.18); FILE MERGED
2007/08/01 14:28:47 cl 1.15.80.2: RESYNC: (1.15-1.17); FILE MERGED
2007/07/27 09:09:54 cl 1.15.80.1: fixed build issues due to pch and namespace ::rtl
-rw-r--r-- | xmloff/source/style/XMLPageExport.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLPageExport.cxx b/xmloff/source/style/XMLPageExport.cxx index 466f8ffd9340..a3c422a6475b 100644 --- a/xmloff/source/style/XMLPageExport.cxx +++ b/xmloff/source/style/XMLPageExport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLPageExport.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: kz $ $Date: 2008-03-07 16:17:58 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:47:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -91,7 +91,9 @@ #include "PageMasterExportPropMapper.hxx" #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::style; |