diff options
-rw-r--r-- | xmloff/source/text/XMLTextPropertySetContext.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextPropertySetContext.cxx b/xmloff/source/text/XMLTextPropertySetContext.cxx index 7e2a327ed0fc..8d1386cab534 100644 --- a/xmloff/source/text/XMLTextPropertySetContext.cxx +++ b/xmloff/source/text/XMLTextPropertySetContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTextPropertySetContext.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2007-06-27 16:11:52 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:06:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,8 @@ #include "txtdropi.hxx" #endif -using namespace ::rtl; +using ::rtl::OUString; + using namespace ::com::sun::star::uno; using namespace ::com::sun::star; |