summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-21 15:49:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-22 13:07:33 +0100
commit7f91d6cceeeafb588f545be4c383e312d9e42bf7 (patch)
treee2c36fba6bea3764f1ea58158e95cde1627b0951 /sfx2
parent39b81921d7ecf6b7b4c61f2564eded7cfce5bd0b (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>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/securitypage.cxx1
1 files changed, 0 insertions, 1 deletions
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 )
{