summaryrefslogtreecommitdiffstats
path: root/chart2/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-24 12:35:36 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-24 12:36:48 +0200
commite41c33b376d8b5776e400979eb8544db596c5bbe (patch)
tree745164532fa302662d700b35e55b474932dd05d3 /chart2/inc
parentcppcheck: Prefer prefix ++/-- operators (diff)
downloadcore-e41c33b376d8b5776e400979eb8544db596c5bbe.tar.gz
core-e41c33b376d8b5776e400979eb8544db596c5bbe.zip
make sure that OpenGL charts are rendered after import
Change-Id: I3701a7593d7394abc39532a87b9aa50a3c92d457
Diffstat (limited to 'chart2/inc')
-rw-r--r--chart2/inc/ChartModel.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx
index 9fb24fef2414..3624b4b6a0b3 100644
--- a/chart2/inc/ChartModel.hxx
+++ b/chart2/inc/ChartModel.hxx
@@ -580,6 +580,9 @@ public:
virtual void SAL_CALL setWindow( const sal_uInt64 nWindowPtr )
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL update()
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+
// XDumper
virtual OUString SAL_CALL dump()
throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;