From 6c19de47131f15c88eef004ef52babb3d69070d2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 21 Nov 2018 16:00:29 +0200 Subject: remove some dead enums in sd/ Change-Id: I72bfaf2be6939798cd3db21df959b07500751fab Reviewed-on: https://gerrit.libreoffice.org/63754 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sd/source/ui/slidesorter/inc') diff --git a/sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx b/sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx index 1ea823aef19c..b19905c5b4ef 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx @@ -42,7 +42,6 @@ public: */ void SetInsertPosition (const InsertPosition& rInsertPosition); - enum ResetMode { RM_Normal, RM_AbortAnimations }; /** Restore the normal position of all page objects. @param eMode This flag controls whether to start an animation that ends in the -- cgit