diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:44:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:44:50 +0000 |
commit | 2bbed54452e21d3d5fcabcab363839d989e8eb0f (patch) | |
tree | e22a272329d5f03b4865c812a9ea8bba77d71f64 /xmloff/source/style/XMLBackgroundImageContext.cxx | |
parent | e0bedde90293e04c0653f7f315ca62ee51f9286c (diff) |
INTEGRATION: CWS impresstables2 (1.15.70); FILE MERGED
2007/08/01 14:26:54 cl 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED
2007/07/27 09:09:53 cl 1.15.70.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style/XMLBackgroundImageContext.cxx')
-rw-r--r-- | xmloff/source/style/XMLBackgroundImageContext.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLBackgroundImageContext.cxx b/xmloff/source/style/XMLBackgroundImageContext.cxx index 066234b208c9..e9158063dd19 100644 --- a/xmloff/source/style/XMLBackgroundImageContext.cxx +++ b/xmloff/source/style/XMLBackgroundImageContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLBackgroundImageContext.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:30:36 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:44:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,7 +70,9 @@ #include "XMLBackgroundImageContext.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; |