summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-07-20 17:49:33 +0000
committerMathias Bauer <mba@openoffice.org>2001-07-20 17:49:33 +0000
commit10f01af4a5bad50bad14aa8024775e166e52f9f8 (patch)
treefa71789b0d260fcb079071ee8718b45851d76f3f /sfx2
parent7af7e5c226f395f81fdbceb06367f5a4dc338f2a (diff)
#89954#: return after executing pickentry
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/menu/virtmenu.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/menu/virtmenu.cxx b/sfx2/source/menu/virtmenu.cxx
index 352946e7a165..bafda2be851b 100644
--- a/sfx2/source/menu/virtmenu.cxx
+++ b/sfx2/source/menu/virtmenu.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: virtmenu.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mba $ $Date: 2001-07-02 15:44:55 $
+ * last change: $Author: mba $ $Date: 2001-07-20 18:49:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -775,6 +775,7 @@ IMPL_LINK( SfxVirtualMenu, Select, Menu *, pMenu )
else if ( nId >= START_ITEMID_PICKLIST && nId <= END_ITEMID_PICKLIST )
{
SfxPickList_Impl::Get()->ExecuteMenuEntry( nId );
+ return sal_True;
}
pBindings->Execute( nId );