summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/cnttype')
-rw-r--r--dtrans/source/cnttype/mcnttfactory.cxx4
-rw-r--r--dtrans/source/cnttype/mcnttfactory.hxx8
-rw-r--r--dtrans/source/cnttype/mcnttype.hxx4
3 files changed, 0 insertions, 16 deletions
diff --git a/dtrans/source/cnttype/mcnttfactory.cxx b/dtrans/source/cnttype/mcnttfactory.cxx
index 38f1fb782e1e..e232cb462639 100644
--- a/dtrans/source/cnttype/mcnttfactory.cxx
+++ b/dtrans/source/cnttype/mcnttfactory.cxx
@@ -21,10 +21,6 @@
#include "mcnttfactory.hxx"
#include "mcnttype.hxx"
-//------------------------------------------------------------------------
-// defines
-//------------------------------------------------------------------------
-
#define MIMECONTENTTYPEFACTORY_IMPL_NAME "com.sun.star.datatransfer.MimeCntTypeFactory"
//------------------------------------------------------------------------
diff --git a/dtrans/source/cnttype/mcnttfactory.hxx b/dtrans/source/cnttype/mcnttfactory.hxx
index 1a3dcf848f2c..a64f89033043 100644
--- a/dtrans/source/cnttype/mcnttfactory.hxx
+++ b/dtrans/source/cnttype/mcnttfactory.hxx
@@ -27,14 +27,6 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/datatransfer/XMimeContentTypeFactory.hpp>
-//------------------------------------------------------------------------
-// defines
-//------------------------------------------------------------------------
-
-//------------------------------------------------------------------------
-// deklarations
-//------------------------------------------------------------------------
-
class CMimeContentTypeFactory : public
cppu::WeakImplHelper2< com::sun::star::datatransfer::XMimeContentTypeFactory, \
com::sun::star::lang::XServiceInfo >
diff --git a/dtrans/source/cnttype/mcnttype.hxx b/dtrans/source/cnttype/mcnttype.hxx
index 09b2fddd4496..b3f65e16df50 100644
--- a/dtrans/source/cnttype/mcnttype.hxx
+++ b/dtrans/source/cnttype/mcnttype.hxx
@@ -29,10 +29,6 @@
#include <map>
-//------------------------------------------------------------------------
-// deklarations
-//------------------------------------------------------------------------
-
class CMimeContentType : public
cppu::WeakImplHelper1< com::sun::star::datatransfer::XMimeContentType >
{