diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:06:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:06:10 +0000 |
commit | aaa5c528c2dd1137cbe2fa37fba03033ad824beb (patch) | |
tree | c9aaf157cc97c7697045b39096904352808cbbbd /xmloff | |
parent | 173a756af3152dfb0567877fc7f76873acbcfb64 (diff) |
INTEGRATION: CWS impresstables2 (1.13.80); FILE MERGED
2007/08/01 14:51:19 cl 1.13.80.2: RESYNC: (1.13-1.14); FILE MERGED
2007/07/27 09:09:56 cl 1.13.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLTextPropertySetContext.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextPropertySetContext.cxx b/xmloff/source/text/XMLTextPropertySetContext.cxx index 7e2a327ed0fc..8d1386cab534 100644 --- a/xmloff/source/text/XMLTextPropertySetContext.cxx +++ b/xmloff/source/text/XMLTextPropertySetContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTextPropertySetContext.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2007-06-27 16:11:52 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:06:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,8 @@ #include "txtdropi.hxx" #endif -using namespace ::rtl; +using ::rtl::OUString; + using namespace ::com::sun::star::uno; using namespace ::com::sun::star; |