summaryrefslogtreecommitdiffstats
path: root/dtrans/source/win32/dtobj/DtObjFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dtobj/DtObjFactory.cxx')
-rw-r--r--dtrans/source/win32/dtobj/DtObjFactory.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/win32/dtobj/DtObjFactory.cxx b/dtrans/source/win32/dtobj/DtObjFactory.cxx
index 9909dfa489b5..174972463a21 100644
--- a/dtrans/source/win32/dtobj/DtObjFactory.cxx
+++ b/dtrans/source/win32/dtobj/DtObjFactory.cxx
@@ -23,17 +23,17 @@
#include "DOTransferable.hxx"
-//------------------------------------------------------------------------
+
// namespace directives
-//------------------------------------------------------------------------
+
using namespace com::sun::star::uno;
using namespace com::sun::star::datatransfer;
using namespace com::sun::star::lang;
-//------------------------------------------------------------------------
+
// implementation
-//------------------------------------------------------------------------
+
IDataObjectPtr SAL_CALL CDTransObjFactory::createDataObjFromTransferable(const Reference<XComponentContext>& rxContext,
const Reference< XTransferable >& refXTransferable)