summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-25 03:29:43 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-26 02:54:14 +0000
commit03c434e5acf8a2288679776076c3fe7718dfb569 (patch)
tree00a1c285481f81b9f01488286c4832d070804961 /sc/source/ui/cctrl
parentb9af0c2964a75be1d59884f4aef1fa5a04f85336 (diff)
uitest: add id to autofilter popup
Change-Id: Icf3b731c18333d97aa43535e31df73bc2dbfba42 Reviewed-on: https://gerrit.libreoffice.org/35691 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r--sc/source/ui/cctrl/checklistmenu.cxx2
1 files changed, 2 insertions, 0 deletions
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()