diff options
Diffstat (limited to 'svx/source/dialog/svxruler.cxx')
-rw-r--r-- | svx/source/dialog/svxruler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx index ebfbefd4139a..a699ab62fbc8 100644 --- a/svx/source/dialog/svxruler.cxx +++ b/svx/source/dialog/svxruler.cxx @@ -3617,4 +3617,4 @@ void SvxRuler::SetValues(RulerChangeType type, long diffValue) else if (type == RulerChangeType::MARGIN2) SetMargin2( GetMargin2() - diffValue); ApplyMargins(); -}
\ No newline at end of file +} |