[Libreoffice-commits] core.git: include/editeng

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sun Mar 29 12:04:24 UTC 2020


 include/editeng/outliner.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit d5079f26e55cf2922db35034340023cfb9d0464d
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Mar 28 20:08:41 2020 +0100
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Mar 29 14:03:45 2020 +0200

    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 at collabora.co.uk>

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
 {


More information about the Libreoffice-commits mailing list