summaryrefslogtreecommitdiff
path: root/dtrans/source/generic
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 16:16:28 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 16:16:28 +0000
commitebb2250180ec7a4cd668d67d0cd7bf0cfc932042 (patch)
tree4b2e905684869e447197f531064692a828e92fd1 /dtrans/source/generic
parentba4bad0ff5864999aecd073a8ce6be8b303b340c (diff)
INTEGRATION: CWS vcl87 (1.6.60); FILE MERGED
2008/02/26 16:38:45 pl 1.6.60.1: #i86368# remove unused code
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()
{
}