diff options
-rw-r--r-- | xmloff/source/text/XMLTextTableContext.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextTableContext.cxx b/xmloff/source/text/XMLTextTableContext.cxx index e112425260cd..6bdc4d3885e5 100644 --- a/xmloff/source/text/XMLTextTableContext.cxx +++ b/xmloff/source/text/XMLTextTableContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTextTableContext.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2007-06-27 16:12:50 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:07:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,8 @@ #include <xmloff/XMLTextTableContext.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::text; |