summaryrefslogtreecommitdiff
path: root/dtrans/source/generic
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/generic')
-rw-r--r--dtrans/source/generic/generic_clipboard.cxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/dtrans/source/generic/generic_clipboard.cxx b/dtrans/source/generic/generic_clipboard.cxx
index fe068ba7ac8f..86cf51f2e6f5 100644
--- a/dtrans/source/generic/generic_clipboard.cxx
+++ b/dtrans/source/generic/generic_clipboard.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: generic_clipboard.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:56:39 $
+ * last change: $Author: kz $ $Date: 2008-04-03 17:16:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,15 +64,6 @@ GenericClipboard::GenericClipboard() :
// ------------------------------------------------------------------------
-GenericClipboard::GenericClipboard(const ::rtl::OUString& rName) :
- WeakComponentImplHelper4< XClipboardEx, XClipboardNotifier, XServiceInfo, XInitialization > (m_aMutex),
- m_aName(rName),
- m_bInitialized(sal_True)
-{
-}
-
-// ------------------------------------------------------------------------
-
GenericClipboard::~GenericClipboard()
{
}