summaryrefslogtreecommitdiff
path: root/include/svx/ruler.hxx
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 /include/svx/ruler.hxx
parent5e422f01b632d08f3ac5155ffcd5916157fb189e (diff)
remove unused MoveAll from SvxRuler::UpdateType enum
Change-Id: I50fd4bc869d1713f496def49e7a3e967efcb5911
Diffstat (limited to 'include/svx/ruler.hxx')
-rw-r--r--include/svx/ruler.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/ruler.hxx b/include/svx/ruler.hxx
index 71d5e78691bc..3c5efe0fafea 100644
--- a/include/svx/ruler.hxx
+++ b/include/svx/ruler.hxx
@@ -219,7 +219,6 @@ class SVX_DLLPUBLIC SvxRuler: public Ruler, public SfxListener
enum class UpdateType
{
- MoveAll,
MoveLeft,
MoveRight
};