summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-09 14:00:15 +0000
committerOliver Specht <os@openoffice.org>2001-03-09 14:00:15 +0000
commit292e88dca4edb02d72b69db7f2bb7a5b04368138 (patch)
tree852887ba39907c201b556e291dd8d5657bfb320f /sw/source/ui/inc
parent- fixed: unnecessary attext.xml stream removed (this is handled in core/swg) (diff)
downloadcore-292e88dca4edb02d72b69db7f2bb7a5b04368138.tar.gz
core-292e88dca4edb02d72b69db7f2bb7a5b04368138.zip
#84822# reload of documents: disposing and dtors corrected, reactivate beamer if available
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/unodispatch.hxx6
-rw-r--r--sw/source/ui/inc/unotxvw.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/inc/unodispatch.hxx b/sw/source/ui/inc/unodispatch.hxx
index 91499b0e9527..e525b0d0c8d9 100644
--- a/sw/source/ui/inc/unodispatch.hxx
+++ b/sw/source/ui/inc/unodispatch.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unodispatch.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-03-07 13:42:46 $
+ * last change: $Author: os $ $Date: 2001-03-09 15:00:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,7 +127,7 @@ class SwXDispatch : public cppu::WeakImplHelper2
::com::sun::star::view::XSelectionChangeListener
>
{
- SwView& m_rView;
+ SwView* m_pView;
StatusListenerList m_aListenerList;
sal_Bool m_bOldEnable;
sal_Bool m_bListenerAdded;
diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx
index 20b1d88919fe..be33bcada271 100644
--- a/sw/source/ui/inc/unotxvw.hxx
+++ b/sw/source/ui/inc/unotxvw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotxvw.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-02-02 11:51:32 $
+ * last change: $Author: os $ $Date: 2001-03-09 14:58:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -179,7 +179,7 @@ public:
void NotifySelChanged();
SwView* GetView() {return pView;}
- void Invalidate(){pView = 0;}
+ void Invalidate();
};
/* -----------------17.09.98 12:52-------------------