diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-21 16:00:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-23 10:28:32 +0100 |
commit | 6c19de47131f15c88eef004ef52babb3d69070d2 (patch) | |
tree | fb62f45aba32bed0980a8b4492df8c61b04eac60 /sd/source | |
parent | 10aebd07f7bef6338de967b2dedfed2589d080eb (diff) |
remove some dead enums in sd/
Change-Id: I72bfaf2be6939798cd3db21df959b07500751fab
Reviewed-on: https://gerrit.libreoffice.org/63754
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/inc/RemoteServer.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx index 88962404848c..cd8fa1a0ad24 100644 --- a/sd/source/ui/inc/RemoteServer.hxx +++ b/sd/source/ui/inc/RemoteServer.hxx @@ -39,7 +39,6 @@ namespace sd bool const mbIsAlreadyAuthorised; - enum PROTOCOL { NETWORK = 1, BLUETOOTH }; ClientInfo( const OUString& rName, const bool bIsAlreadyAuthorised ) : mName( rName ), 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 |