diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-14 12:33:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-16 18:27:13 +0200 |
commit | b1e1b38349d2c28420598f3b8612682989f5db90 (patch) | |
tree | 4e1e7478e3a695eedfe9de90eb3bd918c9b4126a /chart2/source/controller/main/ChartWindow.cxx | |
parent | 7b2966dbf283b168fa0cc1eadf989387ab6e25b9 (diff) |
uitest: add initial support for selecting chart elements
Change-Id: I3af11d44067618b5188f3dbf4abccc171dd98d0c
Diffstat (limited to 'chart2/source/controller/main/ChartWindow.cxx')
-rw-r--r-- | chart2/source/controller/main/ChartWindow.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chart2/source/controller/main/ChartWindow.cxx b/chart2/source/controller/main/ChartWindow.cxx index 23721191e1c7..d84880017a08 100644 --- a/chart2/source/controller/main/ChartWindow.cxx +++ b/chart2/source/controller/main/ChartWindow.cxx @@ -20,6 +20,7 @@ #include "ChartWindow.hxx" #include "ChartController.hxx" #include "HelpIds.hrc" +#include "uiobject.hxx" #include <vcl/help.hxx> #include <vcl/openglwin.hxx> @@ -306,6 +307,11 @@ void ChartWindow::Invalidate( const vcl::Region& rRegion, InvalidateFlags nFlags } } +FactoryFunction ChartWindow::GetUITestFactory() const +{ + return ChartWindowUIObject::create; +} + } //namespace chart /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |