summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:17:14 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:17:14 +0000
commitade93055dd534b329c11bc1e278fd4b20a200397 (patch)
tree4d1c1632eaa0c0766521e55aaef2872bee0bf020 /ucb
parent14157a3cb770ee3d7cc2bd7b95402e1814df4ffe (diff)
INTEGRATION: CWS bgdlremove (1.4.40); FILE MERGED
2007/05/18 14:06:51 kso 1.4.40.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx b/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx
index 8ac146669c47..ea5cd4611e38 100644
--- a/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tdoc_documentcontentfactory.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 14:01:55 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 18:17:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,9 +46,7 @@
#include "tdoc_documentcontentfactory.hxx"
-using namespace com::sun;
using namespace com::sun::star;
-
using namespace tdoc_ucp;
//=========================================================================
@@ -136,7 +134,7 @@ DocumentContentFactory::getSupportedServiceNames_Static()
//=========================================================================
// virtual
-uno::Reference< star::ucb::XContent > SAL_CALL
+uno::Reference< ucb::XContent > SAL_CALL
DocumentContentFactory::createDocumentContent(
const uno::Reference< frame::XModel >& Model )
throw ( lang::IllegalArgumentException, uno::RuntimeException )