summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-11 09:10:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-11 14:13:31 +0000
commit0e3292f7c7c1369a716314f708361d4a83fb0724 (patch)
tree8874c578f9d91a16da3b515f97276c575e6253e1 /vcl/source
parentac310071eb397c3701e3c3cf650a893a225274f3 (diff)
remove redundant Clipboard_getSupportedServiceNames
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/components/dtranscomp.cxx9
-rw-r--r--vcl/source/components/factory.cxx1
2 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/components/dtranscomp.cxx b/vcl/source/components/dtranscomp.cxx
index cc978ebbd587..02fbae960c96 100644
--- a/vcl/source/components/dtranscomp.cxx
+++ b/vcl/source/components/dtranscomp.cxx
@@ -276,15 +276,6 @@ Reference< XInterface > ClipboardFactory::createInstanceWithArguments( const Seq
return xResult;
}
-// ------------------------------------------------------------------------
-
-Sequence< OUString > SAL_CALL Clipboard_getSupportedServiceNames()
-{
- Sequence< OUString > aRet(1);
- aRet[0] = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.datatransfer.clipboard.SystemClipboard"));
- return aRet;
-}
-
OUString SAL_CALL Clipboard_getImplementationName()
{
#if defined UNX
diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx
index 6772db7b78ef..b482431f24d7 100644
--- a/vcl/source/components/factory.cxx
+++ b/vcl/source/components/factory.cxx
@@ -58,7 +58,6 @@ extern Sequence< OUString > SAL_CALL StringMirror_getSupportedServiceNames();
extern OUString SAL_CALL StringMirror_getImplementationName();
extern Reference< XInterface > SAL_CALL StringMirror_createInstance( const Reference< XMultiServiceFactory > & );
-extern Sequence< OUString > SAL_CALL Clipboard_getSupportedServiceNames();
extern OUString SAL_CALL Clipboard_getImplementationName();
extern Reference< XSingleServiceFactory > SAL_CALL Clipboard_createFactory( const Reference< XMultiServiceFactory > & );