diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:02:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:02:45 +0000 |
commit | d3a85e5c81142c10f75af437d1617e2528dfaf6e (patch) | |
tree | 6adf93d845a0b4f04d5b296820f18899e6b03aa5 /forms/source/solar | |
parent | 755267444557165946756ac0284c6e1cb0a5a86e (diff) |
INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED
2006/03/15 07:55:43 fs 1.3.68.1: #i57457# warning-free code (unxsols4)
Diffstat (limited to 'forms/source/solar')
-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( ) |