summaryrefslogtreecommitdiffstats
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-03 16:02:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-04 07:12:28 +0100
commitf3ba759663b85381cf5abeaeee8ffa2c7ca59bc5 (patch)
tree310a068646b0c057d69346d7fbb07c5a5733ddfb /include/sfx2/objsh.hxx
parentloplugin:unusedenumconstants look through parentheses (diff)
downloadcore-f3ba759663b85381cf5abeaeee8ffa2c7ca59bc5.tar.gz
core-f3ba759663b85381cf5abeaeee8ffa2c7ca59bc5.zip
remove unused enum SfxObjectShellFlags
Change-Id: I594e7beb3fb320b70ffe4dd98fee46c833f443dc Reviewed-on: https://gerrit.libreoffice.org/64453 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 9d6428680804..4a0175776032 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -113,17 +113,6 @@ namespace com { namespace sun { namespace star {
}
} } }
-enum class SfxObjectShellFlags
-{
- STD_NORMAL = 0x0000000,
- HASMENU = 0x0000004,
- UNDEFINED = 0xf000000
-};
-namespace o3tl
-{
- template<> struct typed_flags<SfxObjectShellFlags> : is_typed_flags<SfxObjectShellFlags, 0xf000004> {};
-}
-
#define SFX_TITLE_TITLE 0
#define SFX_TITLE_FILENAME 1
#define SFX_TITLE_FULLNAME 2