summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-06-21 12:53:46 +0000
committerPeter Burow <pb@openoffice.org>2001-06-21 12:53:46 +0000
commit3afb958ab5f9d7ce8dc55e076db0c6b36d7c00f0 (patch)
tree356819bfd5859edb187545b5dd20ac067eb7ada9 /sfx2/source/appl/newhelp.hxx
parent2ce9fe585466228d111b75a3827c74a9e2814e5a (diff)
fix: #88513# remove status listener correctly
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index ac102c3952f5..82f781868912 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: mba $ $Date: 2001-06-18 10:03:35 $
+ * last change: $Author: pb $ $Date: 2001-06-21 13:53:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -278,13 +278,14 @@ class SfxHelpWindow_Impl : public SplitWindow
{
private:
::com::sun::star::uno::Reference < ::com::sun::star::awt::XWindow >
- xWindow;
+ xWindow;
+ ::com::sun::star::uno::Reference < ::com::sun::star::frame::XStatusListener >
+ xOpenListener;
SfxHelpIndexWindow_Impl* pIndexWin;
SfxHelpTextWindow_Impl* pTextWin;
HelpInterceptor_Impl* pHelpInterceptor;
HelpListener_Impl* pHelpListener;
- OpenStatusListener_Impl* pOpenListener;
sal_Int32 nExpandWidth;
sal_Int32 nCollapseWidth;