diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:48:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:48:25 +0000 |
commit | 0396e1991c43706638d5122865dfdb277acdcddd (patch) | |
tree | 17fc783720950b09d6a6fabcf3b57d79d1af2425 /xmloff/source/style | |
parent | 417c4ef4045a89cee4b36346d329563673b0cadd (diff) |
INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED
2007/08/01 14:29:02 cl 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED
2007/07/27 09:09:54 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/XMLRectangleMembersHandler.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLRectangleMembersHandler.cxx b/xmloff/source/style/XMLRectangleMembersHandler.cxx index 6078682e8162..fbb2aa356b9f 100644 --- a/xmloff/source/style/XMLRectangleMembersHandler.cxx +++ b/xmloff/source/style/XMLRectangleMembersHandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLRectangleMembersHandler.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:34:06 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:48:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,9 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + XMLRectangleMembersHdl::XMLRectangleMembersHdl( sal_Int32 nType ) : mnType( nType ) |