diff options
author | Oliver Specht <os@openoffice.org> | 2001-12-11 08:34:46 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-12-11 08:34:46 +0000 |
commit | c27397cd9a333e98bec0e21120d1fe26d8dd96c8 (patch) | |
tree | a363d436b37bbc6e0cd3ec3ffe29eb241925036d | |
parent | b5993e9aeb4b5df79c55f69af4ed9454ff67389b (diff) |
#95597# indent constants corrected
-rw-r--r-- | svx/source/dialog/svxruler.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx index ee46b7061000..6f0445a4807c 100644 --- a/svx/source/dialog/svxruler.cxx +++ b/svx/source/dialog/svxruler.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svxruler.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: os $ $Date: 2001-11-29 13:14:18 $ + * last change: $Author: os $ $Date: 2001-12-11 09:34:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2839,8 +2839,8 @@ void SvxRuler::CalcMinMax() else rechts -= EZ - LAR */ - case 0: - case 1: + case INDENT_FIRST_LINE - INDENT_GAP: + case INDENT_LEFT_MARGIN - INDENT_GAP: { nMaxLeft = lNullPix; @@ -2870,7 +2870,7 @@ void SvxRuler::CalcMinMax() else rechts += M2 */ - case 2: + case INDENT_RIGHT_MARGIN - INDENT_GAP: { nMaxLeft = lNullPix + Max(GetFirstLineIndent(), GetLeftIndent()); |