diff options
-rw-r--r-- | xmloff/source/style/weighhdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/weighhdl.cxx b/xmloff/source/style/weighhdl.cxx index 82a2c3b5b632..bf06142ba704 100644 --- a/xmloff/source/style/weighhdl.cxx +++ b/xmloff/source/style/weighhdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: weighhdl.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:45:49 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:54:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,7 +76,9 @@ #include <com/sun/star/uno/Any.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star::uno; using namespace ::xmloff::token; |