From d3a85e5c81142c10f75af437d1617e2528dfaf6e Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 12:02:45 +0000
Subject: [PATCH] INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/15
07:55:43 fs 1.3.68.1: #i57457# warning-free code (unxsols4)
---
forms/source/solar/component/navbarcontrol.hxx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/forms/source/solar/component/navbarcontrol.hxx b/forms/source/solar/component/navbarcontrol.hxx
index c3c58a21cc7d..d97080e52312 100644
--- a/forms/source/solar/component/navbarcontrol.hxx
+++ b/forms/source/solar/component/navbarcontrol.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: navbarcontrol.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:12:30 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:02:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -147,6 +147,9 @@ namespace frm
// XVclWindowPeer
virtual void SAL_CALL setDesignMode( sal_Bool _bOn ) throw( ::com::sun::star::uno::RuntimeException );
+ // XWindow2
+ using VCLXWindow::isEnabled;
+
protected:
// XTypeProvider
DECLARE_XTYPEPROVIDER( )