diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:45:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:45:06 +0000 |
commit | 4e5ef11416ba9500ab7f1b0b9b69e3302f770df4 (patch) | |
tree | 3ff66a0f44cc6f525819c12f6d3725b65136cce5 | |
parent | 2bbed54452e21d3d5fcabcab363839d989e8eb0f (diff) |
INTEGRATION: CWS impresstables2 (1.12.80); FILE MERGED
2007/08/01 14:27:01 cl 1.12.80.2: RESYNC: (1.12-1.13); FILE MERGED
2007/07/27 09:09:53 cl 1.12.80.1: fixed build issues due to pch and namespace ::rtl
-rw-r--r-- | xmloff/source/style/XMLBackgroundImageExport.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLBackgroundImageExport.cxx b/xmloff/source/style/XMLBackgroundImageExport.cxx index 2ee7948a4c8a..b7243c17f247 100644 --- a/xmloff/source/style/XMLBackgroundImageExport.cxx +++ b/xmloff/source/style/XMLBackgroundImageExport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLBackgroundImageExport.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:30:51 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:45:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,9 @@ #include <xmloff/xmluconv.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; |