summaryrefslogtreecommitdiff
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-11 15:30:19 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-12 06:53:29 +0000
commit8806a86c9d1ba63259ea79dd1c955ef970ab1989 (patch)
treee5604a542bbeea91766072e420e3ea033ed97360 /include/sfx2/objsh.hxx
parent18009fe8fbe3982141ddca3f1fcd0900a63150a6 (diff)
loplugin:unusedenumconstants in forms..sot
Change-Id: Ic445e1bdd012c32ef7d84aec9df908467c3296a7 Reviewed-on: https://gerrit.libreoffice.org/28055 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 3c7f9e841000..b4fecfe3921b 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -124,7 +124,6 @@ enum class SfxObjectShellFlags
DONTCLOSE = 0x10L,
NODOCINFO = 0x20L,
STD_NORMAL = HASOPENDOC,
- STD_SPECIAL = DONTLOADFILTERS,
UNDEFINED = 0xf000000
};
namespace o3tl
@@ -180,7 +179,6 @@ enum class SfxObjectCreateMode
STANDARD,
PREVIEW,
ORGANIZER,
- PLUGIN,
INTERNAL
};