summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype/mcnttfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/cnttype/mcnttfactory.hxx')
-rw-r--r--dtrans/source/cnttype/mcnttfactory.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dtrans/source/cnttype/mcnttfactory.hxx b/dtrans/source/cnttype/mcnttfactory.hxx
index f849b133db16..2d2908ed2b4f 100644
--- a/dtrans/source/cnttype/mcnttfactory.hxx
+++ b/dtrans/source/cnttype/mcnttfactory.hxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#ifndef _MCNTTFACTORY_HXX_
#define _MCNTTFACTORY_HXX_
@@ -35,16 +34,12 @@ class CMimeContentTypeFactory : public
public:
CMimeContentTypeFactory();
- //------------------------------------------------
// XMimeContentTypeFactory
- //------------------------------------------------
virtual ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XMimeContentType > SAL_CALL createMimeContentType( const OUString& aContentType )
throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
- //------------------------------------------------
// XServiceInfo
- //------------------------------------------------
virtual OUString SAL_CALL getImplementationName( )
throw(::com::sun::star::uno::RuntimeException);
@@ -59,7 +54,6 @@ private:
::osl::Mutex m_aMutex;
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */