diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:46:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:46:13 +0000 |
commit | 53749f614963d1469be3bf4a86b1ae2ee51de898 (patch) | |
tree | 3a419c6b264d35076363603f0047cba7839d40d9 /xmloff/source/style | |
parent | 33a4d83a1aa1439c77c8df24b1a5b0a1c4e073c7 (diff) |
INTEGRATION: CWS impresstables2 (1.7.46); FILE MERGED
2007/08/01 14:27:51 cl 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED
2007/07/27 09:09:53 cl 1.7.46.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/XMLConstantsPropertyHandler.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLConstantsPropertyHandler.cxx b/xmloff/source/style/XMLConstantsPropertyHandler.cxx index 4845ada029ca..73de353a6921 100644 --- a/xmloff/source/style/XMLConstantsPropertyHandler.cxx +++ b/xmloff/source/style/XMLConstantsPropertyHandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLConstantsPropertyHandler.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:31:52 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:46:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,7 +57,9 @@ #endif using namespace ::com::sun::star::uno; -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using ::xmloff::token::XMLTokenEnum; XMLConstantsPropertyHandler::XMLConstantsPropertyHandler( |