summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/svxruler.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-05-30 10:08:40 +0000
committerOliver Specht <os@openoffice.org>2001-05-30 10:08:40 +0000
commiteeb1d747ff0d95a9e3ab6be54ac00ded79119402 (patch)
treea000ed4e94a94641876c680aee27f9374ef43f00 /svx/source/dialog/svxruler.cxx
parent#84144# Fix: Checking for a correct timer start now is more informative and m... (diff)
downloadcore-eeb1d747ff0d95a9e3ab6be54ac00ded79119402.tar.gz
core-eeb1d747ff0d95a9e3ab6be54ac00ded79119402.zip
#74174# calculating of default tab stops in multi column pages 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 1d341941ed58..c16dac4f8615 100644
--- a/svx/source/dialog/svxruler.cxx
+++ b/svx/source/dialog/svxruler.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svxruler.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ama $ $Date: 2001-02-16 14:45:25 $
+ * last change: $Author: os $ $Date: 2001-05-30 11:08:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1056,7 +1056,7 @@ void SvxRuler::UpdateTabs()
pTabStopItem->Count()?
ConvertHPosPixel((*pTabStopItem)[pTabStopItem->Count()-1].GetTabPos()): 0;
const long lPosPixel =
- ConvertHPosPixel(lParaIndent + lLastTab);
+ ConvertHPosPixel(lParaIndent) + lLastTab;
const long lRightIndent =
ConvertHPosPixel(GetRightFrameMargin() - pParaItem->GetRight());
long nDefTabDist = ConvertHPosPixel(lDefTabDist);