https://bugs.documentfoundation.org/show_bug.cgi?id=101648
--- Comment #15 from Julien Nabet <[email protected]> ---
QA/UI team: This patch allows to disable table list in sidebar.
Should I submit it as a bandaid on gerrit?
diff --git a/sw/source/uibase/app/swmodule.cxx
b/sw/source/uibase/app/swmodule.cxx
index bd574866f7f9..8a8377940e5a 100644
--- a/sw/source/uibase/app/swmodule.cxx
+++ b/sw/source/uibase/app/swmodule.cxx
@@ -424,11 +424,12 @@ SfxStyleFamilies* SwModule::CreateStyleFamilies()
SW_RESSTR(STR_LISTSTYLEFAMILY),
Image(BitmapEx(SW_RES(BMP_STYLES_FAMILY_LIST))),
SW_RES(RID_LISTSTYLEFAMILY)));
-
+/* FIXME (see tdf#101648)
pStyleFamilies->emplace_back(SfxStyleFamilyItem(SfxStyleFamily::Table,
SW_RESSTR(STR_TABLESTYLEFAMILY),
Image(BitmapEx(SW_RES(BMP_STYLES_FAMILY_TABLE))),
SW_RES(RID_TABLESTYLEFAMILY)));
+*/
return pStyleFamilies;
}
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs