summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/bastype2.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 16:49:58 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 16:49:58 +0000
commit2159ba66bc4ff4f827b1d021e83cf85ae3bbe3b8 (patch)
treef988f87611088a9fafc03d1446ba832c519f6b5c /basctl/source/basicide/bastype2.hxx
parentINTEGRATION: CWS tbe15 (1.14.56); FILE MERGED (diff)
downloadcore-2159ba66bc4ff4f827b1d021e83cf85ae3bbe3b8.tar.gz
core-2159ba66bc4ff4f827b1d021e83cf85ae3bbe3b8.zip
INTEGRATION: CWS tbe15 (1.8.56); FILE MERGED
2004/12/10 17:21:57 tbe 1.8.56.1: #i38314# Crash in Basic Macro dialog
Diffstat (limited to 'basctl/source/basicide/bastype2.hxx')
-rw-r--r--basctl/source/basicide/bastype2.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/basctl/source/basicide/bastype2.hxx b/basctl/source/basicide/bastype2.hxx
index 97f7597dd58a..8fd5e6dc3ea7 100644
--- a/basctl/source/basicide/bastype2.hxx
+++ b/basctl/source/basicide/bastype2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bastype2.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2004-07-23 12:03:57 $
+ * last change: $Author: kz $ $Date: 2005-01-13 17:49:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,9 @@
#ifndef _SVTREEBOX_HXX //autogen
#include <svtools/svtreebx.hxx>
#endif
+#ifndef _SFXLSTNER_HXX
+#include <svtools/lstner.hxx>
+#endif
#ifndef _SB_SBSTAR_HXX //autogen
#include <basic/sbstar.hxx>
#endif
@@ -184,7 +187,7 @@ public:
******************************************/
-class BasicTreeListBox : public SvTreeListBox
+class BasicTreeListBox : public SvTreeListBox, public SfxListener
{
private:
USHORT nMode;
@@ -201,6 +204,8 @@ protected:
void ImpCreateLibEntries( SvLBoxEntry* pShellRootEntry, SfxObjectShell* pShell, LibraryLocation eLocation );
void ImpCreateLibSubEntries( SvLBoxEntry* pLibRootEntry, SfxObjectShell* pShell, const String& rLibName );
+ virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, const SfxHint& rHint, const TypeId& rHintType );
+
public:
BasicTreeListBox( Window* pParent, const ResId& rRes );
~BasicTreeListBox();