summaryrefslogtreecommitdiff
path: root/sw/source/core/swg
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-12 11:23:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-12 11:23:05 +0000
commit72d84a7fc04b977b7e3802e1939cf12fdeff70a7 (patch)
treea579d86f24044357a84ddeb38c07be94044ec617 /sw/source/core/swg
parent2aa92f20fc75d9085a70d88159edcf50b73fedfc (diff)
INTEGRATION: CWS impresstables2 (1.10.82); FILE MERGED
2007/10/11 22:51:27 cl 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 13:54:05 cl 1.10.82.1: #i68103# fixed namespace issues
Diffstat (limited to 'sw/source/core/swg')
-rw-r--r--sw/source/core/swg/SwXMLBlockImport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/swg/SwXMLBlockImport.cxx b/sw/source/core/swg/SwXMLBlockImport.cxx
index 4aac8cddad6d..ffc7a6572830 100644
--- a/sw/source/core/swg/SwXMLBlockImport.cxx
+++ b/sw/source/core/swg/SwXMLBlockImport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SwXMLBlockImport.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 09:09:31 $
+ * last change: $Author: rt $ $Date: 2008-03-12 12:23:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,7 +53,7 @@
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star;
using namespace ::xmloff::token;
-using namespace ::rtl;
+using ::rtl::OUString;
sal_Char __READONLY_DATA sXML_np__block_list[] = "_block-list";
sal_Char __READONLY_DATA sXML_np__office[] = "_ooffice";