summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/imestatuswindow.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 14:47:52 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 14:47:52 +0000
commit995b57a4bffdf567fa2b972598c5d128aa75a231 (patch)
tree00bc21ceb6f86a0a0e5b1552396d824d3bcf7756 /sfx2/source/appl/imestatuswindow.hxx
parent862f82204b4c886c7f19ec446572defdce08e361 (diff)
INTEGRATION: CWS sb59 (1.3.282); FILE MERGED
2006/08/16 09:31:14 sb 1.3.282.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'sfx2/source/appl/imestatuswindow.hxx')
-rw-r--r--sfx2/source/appl/imestatuswindow.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/sfx2/source/appl/imestatuswindow.hxx b/sfx2/source/appl/imestatuswindow.hxx
index 9484c9fdf57f..1c3151505182 100644
--- a/sfx2/source/appl/imestatuswindow.hxx
+++ b/sfx2/source/appl/imestatuswindow.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: imestatuswindow.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:41:07 $
+ * last change: $Author: obo $ $Date: 2006-10-12 15:47:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -101,11 +101,8 @@ public:
*/
bool canToggle() const;
- // At least the Solaris "CC: Forte Developer 7 C++ 5.4 2002/03/09" compiler
- // does not accept the following using-declarations for virtual functions,
- // so use (deprecated) access declarations instead:
- /*using*/ ImeStatusWindow_Impl::acquire;
- /*using*/ ImeStatusWindow_Impl::release;
+ using ImeStatusWindow_Impl::acquire;
+ using ImeStatusWindow_Impl::release;
using ImeStatusWindow_Impl::operator new;
using ImeStatusWindow_Impl::operator delete;