diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-21 15:49:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-22 13:07:33 +0100 |
commit | 7f91d6cceeeafb588f545be4c383e312d9e42bf7 (patch) | |
tree | e2c36fba6bea3764f1ea58158e95cde1627b0951 | |
parent | 39b81921d7ecf6b7b4c61f2564eded7cfce5bd0b (diff) |
remove unused enum RedlineFunc
Change-Id: Ibbe870680e22cf91d6c421df98cf7b8a098d6e3f
Reviewed-on: https://gerrit.libreoffice.org/63752
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | compilerplugins/clang/unusedenumconstants.untouched.results | 4 | ||||
-rw-r--r-- | sfx2/source/dialog/securitypage.cxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.untouched.results b/compilerplugins/clang/unusedenumconstants.untouched.results index 47a79b1ebd89..37c7fbeb4c20 100644 --- a/compilerplugins/clang/unusedenumconstants.untouched.results +++ b/compilerplugins/clang/unusedenumconstants.untouched.results @@ -376,10 +376,6 @@ sdext/source/presenter/PresenterPaneBorderPainter.cxx:93 enum sdext::presenter::(anonymous namespace)::RendererPaneStyle::Side Right sdext/source/presenter/PresenterPaneBorderPainter.cxx:93 enum sdext::presenter::(anonymous namespace)::RendererPaneStyle::Side Bottom -sfx2/source/dialog/securitypage.cxx:48 - enum (anonymous namespace)::RedlineFunc RF_ON -sfx2/source/dialog/securitypage.cxx:48 - enum (anonymous namespace)::RedlineFunc RF_PROTECT svx/inc/sxmkitm.hxx:25 enum SdrMeasureKind SDRMEASURE_RADIUS sw/inc/docary.hxx:74 diff --git a/sfx2/source/dialog/securitypage.cxx b/sfx2/source/dialog/securitypage.cxx index 19fecc8be22a..7caf842e5fe8 100644 --- a/sfx2/source/dialog/securitypage.cxx +++ b/sfx2/source/dialog/securitypage.cxx @@ -45,7 +45,6 @@ using namespace ::com::sun::star; namespace { enum RedliningMode { RL_NONE, RL_WRITER, RL_CALC }; - enum RedlineFunc { RF_ON, RF_PROTECT }; bool QueryState( sal_uInt16 _nSlot, bool& _rValue ) { |