summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/svxruler.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commita3458db24dc4688fcca14242917ec3bd62a6adcb (patch)
treeb902384544d6fb83961786eae1fdc3554475ce1e /svx/source/dialog/svxruler.cxx
parent#i10000# wae (diff)
downloadcore-a3458db24dc4688fcca14242917ec3bd62a6adcb.tar.gz
core-a3458db24dc4688fcca14242917ec3bd62a6adcb.zip
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'svx/source/dialog/svxruler.cxx')
-rw-r--r--svx/source/dialog/svxruler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx
index 9784086c231b..c5f7f26b2ed5 100644
--- a/svx/source/dialog/svxruler.cxx
+++ b/svx/source/dialog/svxruler.cxx
@@ -2719,7 +2719,7 @@ void SvxRuler::PrepareProportional_Impl(RulerType eType)
const USHORT nIdx = GetDragAryPos()+TAB_GAP;
pRuler_Imp->nTotalDist -= pTabs[nIdx].nPos;
pRuler_Imp->SetPercSize(nTabCount);
- for(USHORT n=0;n<=nIdx;pRuler_Imp->pPercBuf[n++]=0);
+ for(USHORT n=0;n<=nIdx;pRuler_Imp->pPercBuf[n++]=0) ;
for(USHORT i = nIdx+1; i < nTabCount; ++i)
{
const long nDelta = pTabs[i].nPos - pTabs[nIdx].nPos;