summaryrefslogtreecommitdiff
path: root/basctl/source/inc/dlgedobj.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:39:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:39:29 +0000
commit7daa0bf7cd7374b5511fc226d76e0e0a55eb1717 (patch)
tree8da05f8871d193e440570604f9f801e45b8b6e3f /basctl/source/inc/dlgedobj.hxx
parent4338acc82cf6de8bdbdafb8452838c3432891da0 (diff)
INTEGRATION: CWS dba22b (1.22.8); FILE MERGED
2006/12/12 08:21:10 fs 1.22.8.1: #i71260# +GetControl
Diffstat (limited to 'basctl/source/inc/dlgedobj.hxx')
-rw-r--r--basctl/source/inc/dlgedobj.hxx6
1 files changed, 4 insertions, 2 deletions
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);