diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-24 12:35:36 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-05-24 12:36:48 +0200 |
commit | e41c33b376d8b5776e400979eb8544db596c5bbe (patch) | |
tree | 745164532fa302662d700b35e55b474932dd05d3 /offapi | |
parent | 2ed32f7afa712992486ad516407d30bce85b3530 (diff) |
make sure that OpenGL charts are rendered after import
Change-Id: I3701a7593d7394abc39532a87b9aa50a3c92d457
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/X3DChartWindowProvider.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/X3DChartWindowProvider.idl b/offapi/com/sun/star/chart2/X3DChartWindowProvider.idl index ff67fc323553..604d023b69ed 100644 --- a/offapi/com/sun/star/chart2/X3DChartWindowProvider.idl +++ b/offapi/com/sun/star/chart2/X3DChartWindowProvider.idl @@ -24,6 +24,8 @@ module com { module sun { module star { module chart2 { interface X3DChartWindowProvider { void setWindow( [in] unsigned hyper window ); + + void update(); }; }; }; }; }; |