summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-03-28 20:08:41 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-29 14:03:45 +0200
commitd5079f26e55cf2922db35034340023cfb9d0464d (patch)
tree705a0f23e190c5f72aa4a44a32d0f9a6d601cce9 /include
parentFix is_typed_flags for SelectionEngineFlags (vcl/seleng) (diff)
downloadcore-d5079f26e55cf2922db35034340023cfb9d0464d.tar.gz
core-d5079f26e55cf2922db35034340023cfb9d0464d.zip
OutlinerMode is not a typed_flags, it's not a bitmask (editeng)
Thank you Noel for having spotted this! Change-Id: I37162504f19b163da570aac3ac27b24e94b9ce47 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91306 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/outliner.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index 991a5e3ba58f..7037e30da288 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -545,10 +545,6 @@ enum class OutlinerMode {
OutlineObject = 0x0003,
OutlineView = 0x0004
};
-namespace o3tl
-{
- template<> struct typed_flags<OutlinerMode> : is_typed_flags<OutlinerMode, 0x000f> {};
-}
class EDITENG_DLLPUBLIC Outliner : public SfxBroadcaster
{