diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-06-15 20:42:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-06-15 21:49:03 +0200 |
commit | b89ebf135818ccaa45bbfb164099a6e199bd7d11 (patch) | |
tree | 7c8e505bd84984f13045064fd831d9f35c62501b | |
parent | 2435a238ee4e58f6360541756f50173767803084 (diff) |
tdf#142860: fix crash: press Page Columns Button on Tab UI
See bt here:
https://bugs.documentfoundation.org/attachment.cgi?id=172924
Change-Id: I477ad78e943934d83cf48620f5ed2573558901e9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117268
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/UIConfig_swriter.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk index b0b94c9979ff..ce3058308d6e 100644 --- a/sw/UIConfig_swriter.mk +++ b/sw/UIConfig_swriter.mk @@ -236,6 +236,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/swriter,\ sw/uiconfig/swriter/ui/notebookbar_groupedbar_full \ sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact \ sw/uiconfig/swriter/ui/notebookbar_online \ + sw/uiconfig/swriter/ui/pagecolumncontrol \ sw/uiconfig/swriter/ui/pagemargincontrol \ sw/uiconfig/swriter/ui/pageorientationcontrol \ sw/uiconfig/swriter/ui/pagesizecontrol \ |