[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sun Mar 26 02:54:43 UTC 2017
sc/source/ui/cctrl/checklistmenu.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 03c434e5acf8a2288679776076c3fe7718dfb569
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Mar 25 03:29:43 2017 +0100
uitest: add id to autofilter popup
Change-Id: Icf3b731c18333d97aa43535e31df73bc2dbfba42
Reviewed-on: https://gerrit.libreoffice.org/35691
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx
index 3879d79f5fd3..3b882f7e998f 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -904,6 +904,8 @@ ScCheckListMenuWindow::ScCheckListMenuWindow(vcl::Window* pParent, ScDocument* p
maEdSearch->SetTabStopsContainer( &maTabStops );
maChecks->SetTabStopsContainer( &maTabStops );
+
+ set_id("check_list_menu");
}
ScCheckListMenuWindow::~ScCheckListMenuWindow()
More information about the Libreoffice-commits
mailing list