diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:30:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:30:41 +0000 |
commit | 10f9e4379c9f08527c7235684d24616f363c3733 (patch) | |
tree | 2c9550e4de634ff0f8ec8a87cf2b2dca331d7d4a /xmloff/source/draw | |
parent | 3968b61ecf53341142e6dd4f9d78a05fd9ededde (diff) |
INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED
2007/08/01 14:08:33 cl 1.5.80.2: RESYNC: (1.5-1.6); FILE MERGED
2007/07/27 09:09:51 cl 1.5.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/XMLGraphicsDefaultStyle.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/draw/XMLGraphicsDefaultStyle.cxx b/xmloff/source/draw/XMLGraphicsDefaultStyle.cxx index e6734b55afb3..fa1d83279eb1 100644 --- a/xmloff/source/draw/XMLGraphicsDefaultStyle.cxx +++ b/xmloff/source/draw/XMLGraphicsDefaultStyle.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLGraphicsDefaultStyle.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:58:55 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:30:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,7 +72,9 @@ #include <xmloff/XMLGraphicsDefaultStyle.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::lang; |