From 7daa0bf7cd7374b5511fc226d76e0e0a55eb1717 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 15 Jan 2007 13:39:29 +0000 Subject: INTEGRATION: CWS dba22b (1.22.8); FILE MERGED 2006/12/12 08:21:10 fs 1.22.8.1: #i71260# +GetControl --- basctl/source/inc/dlgedobj.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'basctl/source/inc/dlgedobj.hxx') diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx index 2a0e688eb6bb..a3c9407717df 100644 --- a/basctl/source/inc/dlgedobj.hxx +++ b/basctl/source/inc/dlgedobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgedobj.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 15:29:42 $ + * last change: $Author: vg $ $Date: 2007-01-15 14:39:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -140,6 +140,8 @@ public: virtual void SetRectFromProps(); virtual void SetPropsFromRect(); + ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > GetControl() const; + virtual void PositionAndSizeChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ); virtual void SAL_CALL NameChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException); virtual void SAL_CALL TabIndexChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException); -- cgit