From 18f76766d4eb151e3cea8433be66ab73096ac51a Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 05:00:03 +0000 Subject: INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/11/01 13:42:59 sb 1.4.4.2: #i53898# Fixed previous change. 2005/10/27 11:44:56 pl 1.4.4.1: #i55991# removed warnings for solaris platform --- dtrans/source/generic/clipboardmanager.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dtrans/source/generic') diff --git a/dtrans/source/generic/clipboardmanager.hxx b/dtrans/source/generic/clipboardmanager.hxx index e86b80343399..a2873848f63d 100644 --- a/dtrans/source/generic/clipboardmanager.hxx +++ b/dtrans/source/generic/clipboardmanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: clipboardmanager.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:11:57 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:00:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,7 +74,8 @@ namespace dtrans const ::rtl::OUString m_aDefaultName; virtual ~ClipboardManager(); - + protected: + using WeakComponentImplHelperBase::disposing; public: ClipboardManager(); @@ -128,7 +129,7 @@ namespace dtrans }; -}; +} // ------------------------------------------------------------------------ -- cgit