summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/lboxctrl.cxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-04-10 10:02:17 +0000
committerThomas Lange <tl@openoffice.org>2001-04-10 10:02:17 +0000
commit690675569a4cabfb5645499ce7df358de352361e (patch)
treec948eac8ae0a9cf7f883c4647923f739e60b1a6b /svx/source/tbxctrls/lboxctrl.cxx
parent4a8ec5d3d5f935910f1ae220197632059e071aa4 (diff)
PopupModeEndHdl fixed
Diffstat (limited to 'svx/source/tbxctrls/lboxctrl.cxx')
-rw-r--r--svx/source/tbxctrls/lboxctrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx
index 22fd05354b12..c990842d7391 100644
--- a/svx/source/tbxctrls/lboxctrl.cxx
+++ b/svx/source/tbxctrls/lboxctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lboxctrl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tl $ $Date: 2001-04-10 08:25:59 $
+ * last change: $Author: tl $ $Date: 2001-04-10 11:02:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -322,7 +322,7 @@ IMPL_LINK( SvxListBoxControl, PopupModeEndHdl, void *, EMPTYARG )
{
USHORT nPos = pPopupWin->GetListBox().GetSelectEntryPos();
SfxUInt16Item aItem( GetId(), nPos + 1 );
- GetBindings().GetDispatcher()->Execute( SID_UNDO,
+ GetBindings().GetDispatcher()->Execute( GetId(),
SFX_CALLMODE_SYNCHRON, &aItem, 0L );
}
return 0;