diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:28:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:28:08 +0000 |
commit | cb0c6106dbf65905cd32c1bc65cdb4bc4dc1e052 (patch) | |
tree | 1a0bc7aa706309752b05a914f49a28125144d678 /xmloff/source/core | |
parent | 716527603429953fcd497f8e06a75258534fe8bb (diff) |
INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED
2007/07/27 09:09:50 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/core')
-rw-r--r-- | xmloff/source/core/XMLEmbeddedObjectExportFilter.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/core/XMLEmbeddedObjectExportFilter.cxx b/xmloff/source/core/XMLEmbeddedObjectExportFilter.cxx index 761fef5e8aef..0604e4752378 100644 --- a/xmloff/source/core/XMLEmbeddedObjectExportFilter.cxx +++ b/xmloff/source/core/XMLEmbeddedObjectExportFilter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLEmbeddedObjectExportFilter.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:20:03 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:28:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,8 @@ #include "XMLEmbeddedObjectExportFilter.hxx" #endif -using namespace ::rtl; +using ::rtl::OUString; + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; |