summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-02-16 10:15:49 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-02-16 10:15:49 +0000
commit59d2c10162b4bf1d34e80d4640cfdc70366e52d7 (patch)
treee0325dc3a47fe7b51dc0d748088606d0fd9b1e87 /dtrans
parent6cd1f48f8fb4341b67675aab357c9f5450dddf47 (diff)
one instance for clipboard
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/X11/X11_service.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/X11/X11_service.cxx b/dtrans/source/X11/X11_service.cxx
index ad16b64675ba..ffd7d1489e59 100644
--- a/dtrans/source/X11/X11_service.cxx
+++ b/dtrans/source/X11/X11_service.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: X11_service.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obr $ $Date: 2001-02-14 10:40:53 $
+ * last change: $Author: pl $ $Date: 2001-02-16 11:15:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -238,7 +238,7 @@ extern "C" {
Reference< ::com::sun::star::lang::XSingleServiceFactory > xFactory;
if( aImplName.equals( getClipboardImplementationName() ) )
{
- xFactory = ::cppu::createSingleFactory(
+ xFactory = ::cppu::createOneInstanceFactory(
xMgr, aImplName, X11Clipboard_createInstance,
X11Clipboard_getSupportedServiceNames() );
}