Kaydet (Commit) dbab6f1d authored tarafından Noel Grandin's avatar Noel Grandin

remove unused MoveAll from SvxRuler::UpdateType enum

Change-Id: I50fd4bc869d1713f496def49e7a3e967efcb5911
üst 5e422f01
...@@ -219,7 +219,6 @@ class SVX_DLLPUBLIC SvxRuler: public Ruler, public SfxListener ...@@ -219,7 +219,6 @@ class SVX_DLLPUBLIC SvxRuler: public Ruler, public SfxListener
enum class UpdateType enum class UpdateType
{ {
MoveAll,
MoveLeft, MoveLeft,
MoveRight MoveRight
}; };
......
...@@ -1717,9 +1717,6 @@ void SvxRuler::UpdateParaContents_Impl( ...@@ -1717,9 +1717,6 @@ void SvxRuler::UpdateParaContents_Impl(
case UpdateType::MoveRight: case UpdateType::MoveRight:
mpIndents[INDENT_RIGHT_MARGIN].nPos += lDifference; mpIndents[INDENT_RIGHT_MARGIN].nPos += lDifference;
break; break;
case UpdateType::MoveAll:
mpIndents[INDENT_RIGHT_MARGIN].nPos += lDifference;
SAL_FALLTHROUGH;
case UpdateType::MoveLeft: case UpdateType::MoveLeft:
{ {
mpIndents[INDENT_FIRST_LINE].nPos += lDifference; mpIndents[INDENT_FIRST_LINE].nPos += lDifference;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment