summaryrefslogtreecommitdiff
path: root/dtrans/source/generic
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:00:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:00:03 +0000
commit18f76766d4eb151e3cea8433be66ab73096ac51a (patch)
treed7e8f9ade8c4731c4b5f9141f3d70b6018fccabb /dtrans/source/generic
parent1cf775a9eb887b781830758928bbbc30468a08c8 (diff)
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
Diffstat (limited to 'dtrans/source/generic')
-rw-r--r--dtrans/source/generic/clipboardmanager.hxx9
1 files changed, 5 insertions, 4 deletions
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
};
-};
+}
// ------------------------------------------------------------------------