diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:47:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:47:36 +0000 |
commit | 869f16b691658e1ba354829297d9e49bceb52cf7 (patch) | |
tree | 7a8a26693d996392a5545391ce34c0099ef58b4c /xmloff/source/style | |
parent | 01c7bd9fc6e06cc0548d173ad677c25c09cdb134 (diff) |
INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED
2007/07/27 09:09:54 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style')
-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() { |