summaryrefslogtreecommitdiff
path: root/svx/source/outliner/outlvw.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-08-24 12:52:13 +0000
committerMalte Timmermann <mt@openoffice.org>2001-08-24 12:52:13 +0000
commite639de101ccde04efa1195dc9c391131c209a5f9 (patch)
treef582a572bd4b42600d7effaf13da21f26bba3b95 /svx/source/outliner/outlvw.cxx
parent1f412348d6a1fa79e3b6568d662f784c49e4ca68 (diff)
#91492# MouseButtonDown - call EditView, even if EE_PARA_NOTFOUND
Diffstat (limited to 'svx/source/outliner/outlvw.cxx')
-rw-r--r--svx/source/outliner/outlvw.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/outliner/outlvw.cxx b/svx/source/outliner/outlvw.cxx
index 5dd5bc5023..6e1d89937b 100644
--- a/svx/source/outliner/outlvw.cxx
+++ b/svx/source/outliner/outlvw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outlvw.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: mt $ $Date: 2001-08-17 10:54:10 $
+ * last change: $Author: mt $ $Date: 2001-08-24 13:52:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -431,8 +431,7 @@ BOOL __EXPORT OutlinerView::MouseButtonDown( const MouseEvent& rMEvt )
ULONG nPara = ImpCheckMousePos( rMEvt.GetPosPixel(), eTarget );
if ( eTarget == MouseOutside )
return FALSE;
- if ( nPara == EE_PARA_NOT_FOUND )
- return TRUE;
+
ImpSetMousePointer( eTarget );
if ( eTarget == MouseBullet )
{