summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/svxruler.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-03-07 07:53:45 +0000
committerOliver Specht <os@openoffice.org>2002-03-07 07:53:45 +0000
commit15b47343a670870a1aa7677347310ac4d74fad32 (patch)
tree3359158e875b56f326170837f7b711edde2c5a1e /svx/source/dialog/svxruler.cxx
parent#95585# Integrated event handling. (diff)
downloadcore-15b47343a670870a1aa7677347310ac4d74fad32.tar.gz
core-15b47343a670870a1aa7677347310ac4d74fad32.zip
#96678# dispatcher execute of tab stop changes corrected
Diffstat (limited to 'svx/source/dialog/svxruler.cxx')
-rw-r--r--svx/source/dialog/svxruler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx
index 8fa949b04059..41afca55eb71 100644
--- a/svx/source/dialog/svxruler.cxx
+++ b/svx/source/dialog/svxruler.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svxruler.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: os $ $Date: 2002-02-27 08:49:32 $
+ * last change: $Author: os $ $Date: 2002-03-07 08:53:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3214,7 +3214,7 @@ IMPL_LINK( SvxRuler, TabMenuSelect, Menu *, pMenu )
aTabStop.GetAdjustment() = ToAttrTab_Impl(pMenu->GetCurItemId()-1);
pTabStopItem->Remove(pRuler_Imp->nIdx);
pTabStopItem->Insert(aTabStop);
- pBindings->GetDispatcher()->Execute( SID_ATTR_TABSTOP, SFX_CALLMODE_RECORD, pTabStopItem, 0L );
+ pBindings->GetDispatcher()->Execute( pTabStopItem->Which(), SFX_CALLMODE_RECORD, pTabStopItem, 0L );
UpdateTabs();
pRuler_Imp->nIdx = 0;
return 0;