diff options
-rw-r--r-- | xmloff/source/text/XMLTextShapeStyleContext.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextShapeStyleContext.cxx b/xmloff/source/text/XMLTextShapeStyleContext.cxx index 129e8b647209..9c1d4e4f2a26 100644 --- a/xmloff/source/text/XMLTextShapeStyleContext.cxx +++ b/xmloff/source/text/XMLTextShapeStyleContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTextShapeStyleContext.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2007-06-27 16:12:35 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:06:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,7 +74,9 @@ #include <xmloff/XMLTextShapeStyleContext.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star::document; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; |