summaryrefslogtreecommitdiff
path: root/include/sfx2/shell.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-03-28 20:40:42 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-29 09:03:37 +0200
commit64148ff9e6d50f0f7457e29567b949ee6a2cf707 (patch)
tree2642f6fbc48e8c349db4bdda3ecba656f83a56df /include/sfx2/shell.hxx
parent179bcf810809efb8ec1b4658e5f30d3a75513315 (diff)
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@gmail.com> 2019-03-13 19:18:49 +0100 committer Samuel Mehrbrodt <Samuel.Mehrbrodt@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@collabora.co.uk>
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r--include/sfx2/shell.hxx2
1 files changed, 1 insertions, 1 deletions
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 */