summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 09:04:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 14:22:24 +0200
commitdbab6f1dd31a23cd0256e89f78eb5c647bca38fa (patch)
treefa49316741640b2612e808d6a1f32e3e3c3ac423 /svx
parent5e422f01b632d08f3ac5155ffcd5916157fb189e (diff)
remove unused MoveAll from SvxRuler::UpdateType enum
Change-Id: I50fd4bc869d1713f496def49e7a3e967efcb5911
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/svxruler.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx
index 6c25518fd546..531d85df393d 100644
--- a/svx/source/dialog/svxruler.cxx
+++ b/svx/source/dialog/svxruler.cxx
@@ -1717,9 +1717,6 @@ void SvxRuler::UpdateParaContents_Impl(
case UpdateType::MoveRight:
mpIndents[INDENT_RIGHT_MARGIN].nPos += lDifference;
break;
- case UpdateType::MoveAll:
- mpIndents[INDENT_RIGHT_MARGIN].nPos += lDifference;
- SAL_FALLTHROUGH;
case UpdateType::MoveLeft:
{
mpIndents[INDENT_FIRST_LINE].nPos += lDifference;