summaryrefslogtreecommitdiff
path: root/vcl/source/components
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/components')
-rw-r--r--vcl/source/components/dtranscomp.cxx13
-rw-r--r--vcl/source/components/fontident.cxx6
2 files changed, 0 insertions, 19 deletions
diff --git a/vcl/source/components/dtranscomp.cxx b/vcl/source/components/dtranscomp.cxx
index c584aad08b31..35065ad43975 100644
--- a/vcl/source/components/dtranscomp.cxx
+++ b/vcl/source/components/dtranscomp.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "osl/mutex.hxx"
#include "vcl/svapp.hxx"
@@ -207,8 +206,6 @@ void GenericClipboard::removeClipboardListener( const Reference< datatransfer::c
m_aListeners.remove( listener );
}
-
-
class ClipboardFactory : public ::cppu::WeakComponentImplHelper1<
com::sun::star::lang::XSingleServiceFactory
>
@@ -225,8 +222,6 @@ public:
virtual Reference< XInterface > SAL_CALL createInstanceWithArguments( const Sequence< Any >& rArgs ) throw(std::exception) SAL_OVERRIDE;
};
-
-
ClipboardFactory::ClipboardFactory() :
cppu::WeakComponentImplHelper1<
com::sun::star::lang::XSingleServiceFactory
@@ -234,21 +229,15 @@ ClipboardFactory::ClipboardFactory() :
{
}
-
-
ClipboardFactory::~ClipboardFactory()
{
}
-
-
Reference< XInterface > ClipboardFactory::createInstance() throw(std::exception)
{
return createInstanceWithArguments( Sequence< Any >() );
}
-
-
Reference< XInterface > ClipboardFactory::createInstanceWithArguments( const Sequence< Any >& arguments ) throw(std::exception)
{
SolarMutexGuard aGuard;
@@ -345,7 +334,6 @@ void GenericDragSource::initialize( const Sequence< Any >& ) throw( Exception, s
{
}
-
Sequence< OUString > SAL_CALL DragSource_getSupportedServiceNames()
{
#if defined UNX
@@ -498,7 +486,6 @@ Reference< XInterface > SAL_CALL DropTarget_createInstance( const Reference< XMu
return xResult;
}
-
} // namespace vcl
/*
diff --git a/vcl/source/components/fontident.cxx b/vcl/source/components/fontident.cxx
index 7eb2f1f86ff2..4bfba8a3e94e 100644
--- a/vcl/source/components/fontident.cxx
+++ b/vcl/source/components/fontident.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "vcl/svapp.hxx"
#include "vcl/font.hxx"
@@ -41,8 +40,6 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::awt;
-
-
namespace vcl
{
@@ -53,7 +50,6 @@ public:
FontIdentificator() {}
virtual ~FontIdentificator();
-
// XServiceInfo
virtual OUString SAL_CALL getImplementationName( ) throw (RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::sal_Bool SAL_CALL supportsService( const OUString& ) throw (RuntimeException, std::exception) SAL_OVERRIDE;
@@ -67,8 +63,6 @@ FontIdentificator() {}
};
-
-
FontIdentificator::~FontIdentificator()
{
}