diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:46:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:46:27 +0000 |
commit | 4705697e5ada9a08796cae37e8c0d6bc97fd5eea (patch) | |
tree | 2e956c11ba1b7862dccca2d2dbb1fe66df09a2f3 /xmloff | |
parent | 53749f614963d1469be3bf4a86b1ae2ee51de898 (diff) |
INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED
2007/07/27 09:09:53 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/XMLElementPropertyContext.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/style/XMLElementPropertyContext.cxx b/xmloff/source/style/XMLElementPropertyContext.cxx index 9b82efc3bd8a..30da79287cd0 100644 --- a/xmloff/source/style/XMLElementPropertyContext.cxx +++ b/xmloff/source/style/XMLElementPropertyContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLElementPropertyContext.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:49:18 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:46:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,8 +41,7 @@ #include "XMLElementPropertyContext.hxx" #endif -using namespace ::rtl; - +using ::rtl::OUString; TYPEINIT1( XMLElementPropertyContext , SvXMLImportContext ); |