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

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


 include/sfx2/shell.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64148ff9e6d50f0f7457e29567b949ee6a2cf707
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Mar 28 20:40:42 2020 +0100
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Mar 29 09:03:37 2020 +0200

    Fix is_typed_flags for SfxShellFeature (sfx2/shell)
    
    Since remove of FormTBMoreControls (0x800)
    https://cgit.freedesktop.org/libreoffice/core/commit/?id=00f96e88a7c6feea98d446e82a2718c5aae6256c
    author  Roman Kuznetsov <antilibreoffice at gmail.com>     2019-03-13 19:18:49 +0100
    committer       Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>      2019-03-14 08:52:29 +0100
    commit  00f96e88a7c6feea98d446e82a2718c5aae6256c (patch)
    tree    9bff711b6e7b70ede72cd6a9f913a72ac237981e
    parent  c196d70337f6b755cfc4c34beda05554c6fab114 (diff)
    tdf#112411 Remove all that remains of the More controls toolbars
    
    Change-Id: I90bb25b2033374498d4e3306651c4b4024154739
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91313
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index 2edcb6a36bb2..36374f3841ac 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -94,7 +94,7 @@ enum class SfxShellFeature
 };
 namespace o3tl
 {
-    template<> struct typed_flags<SfxShellFeature> : is_typed_flags<SfxShellFeature, 0x3ffd> {};
+    template<> struct typed_flags<SfxShellFeature> : is_typed_flags<SfxShellFeature, 0x37fd> {};
 }
 
 /* Flags that are being used in the slot definitions for the disable-features */


More information about the Libreoffice-commits mailing list