From d5079f26e55cf2922db35034340023cfb9d0464d Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 28 Mar 2020 20:08:41 +0100 Subject: 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 --- include/editeng/outliner.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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 : is_typed_flags {}; -} class EDITENG_DLLPUBLIC Outliner : public SfxBroadcaster { -- cgit