summaryrefslogtreecommitdiff
path: root/basctl/source/inc
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-03-13 16:22:43 +0000
committerThomas Benisch <tbe@openoffice.org>2001-03-13 16:22:43 +0000
commita0022ceb6c653f9775053471006f3ea8a9575a3a (patch)
treea078098240949b2781edbbe2e551da7d16449b49 /basctl/source/inc
parent386c8b69cc864a9699df8a91904a12461112e34c (diff)
removed nEvent
Diffstat (limited to 'basctl/source/inc')
-rw-r--r--basctl/source/inc/dlgedobj.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx
index 2d2376553869..c869539940f7 100644
--- a/basctl/source/inc/dlgedobj.hxx
+++ b/basctl/source/inc/dlgedobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgedobj.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tbe $ $Date: 2001-03-12 11:30:48 $
+ * last change: $Author: tbe $ $Date: 2001-03-13 17:22:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,6 @@ class DlgEdObj: public SdrUnoObj
private:
sal_Bool bIsListening;
- sal_uInt32 nEvent;
DlgEdForm* pDlgEdForm;
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener> m_xPropertyChangeListener;
::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener> m_xContainerListener;