diff options
-rw-r--r-- | forms/source/solar/component/navbarcontrol.hxx | 7 |
1 files 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( ) |