summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-20 03:06:05 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-20 02:26:45 +0000
commitc4a6f300f5d529f2853930b1674bd63a4c953584 (patch)
treec22ba661bd19c4c4dac3e2465f60d1b177a6d4a9 /chart2
parentUpdated core (diff)
downloadcore-c4a6f300f5d529f2853930b1674bd63a4c953584.tar.gz
core-c4a6f300f5d529f2853930b1674bd63a4c953584.zip
uitest: set id for chart window
Change-Id: I443dcccf6d560c252da38a0f0c63cc48a212c127 Reviewed-on: https://gerrit.libreoffice.org/26494 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/main/ChartWindow.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/main/ChartWindow.cxx b/chart2/source/controller/main/ChartWindow.cxx
index 3d3b8492b4e9..23721191e1c7 100644
--- a/chart2/source/controller/main/ChartWindow.cxx
+++ b/chart2/source/controller/main/ChartWindow.cxx
@@ -55,6 +55,7 @@ ChartWindow::ChartWindow( ChartController* pController, vcl::Window* pParent, Wi
, m_pOpenGLWindow(nullptr)
#endif
{
+ set_id("chart_window");
this->SetHelpId( HID_SCH_WIN_DOCUMENT );
this->SetMapMode( MapMode(MAP_100TH_MM) );
adjustHighContrastMode();