summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartWindow.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-07-14 22:04:04 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-07-16 18:27:13 +0200
commit0f03a801318501a4904dbe7c1d09d0b9dd1cb852 (patch)
tree81c24296791bc0b09a87eaba92c9b1eac0df78b0 /chart2/source/controller/main/ChartWindow.cxx
parentb1e1b38349d2c28420598f3b8612682989f5db90 (diff)
uitest: some initial work on the chart selection
Change-Id: I3317eba5383206de6f619da548ee3047861eef07
Diffstat (limited to 'chart2/source/controller/main/ChartWindow.cxx')
-rw-r--r--chart2/source/controller/main/ChartWindow.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/chart2/source/controller/main/ChartWindow.cxx b/chart2/source/controller/main/ChartWindow.cxx
index d84880017a08..ed053f67b8d4 100644
--- a/chart2/source/controller/main/ChartWindow.cxx
+++ b/chart2/source/controller/main/ChartWindow.cxx
@@ -312,6 +312,11 @@ FactoryFunction ChartWindow::GetUITestFactory() const
return ChartWindowUIObject::create;
}
+ChartController* ChartWindow::GetController()
+{
+ return m_pWindowController;
+}
+
} //namespace chart
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */