diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/XMLIsPercentagePropertyHandler.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLIsPercentagePropertyHandler.cxx b/xmloff/source/style/XMLIsPercentagePropertyHandler.cxx index 92839eae1581..4a97a9372d64 100644 --- a/xmloff/source/style/XMLIsPercentagePropertyHandler.cxx +++ b/xmloff/source/style/XMLIsPercentagePropertyHandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLIsPercentagePropertyHandler.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:50:43 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:47:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,9 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + XMLIsPercentagePropertyHandler::~XMLIsPercentagePropertyHandler() { |