From ebb2250180ec7a4cd668d67d0cd7bf0cfc932042 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 3 Apr 2008 16:16:28 +0000 Subject: INTEGRATION: CWS vcl87 (1.6.60); FILE MERGED 2008/02/26 16:38:45 pl 1.6.60.1: #i86368# remove unused code --- dtrans/source/generic/generic_clipboard.cxx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'dtrans/source/generic') 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() { } -- cgit