summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-28 11:48:54 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:57:02 +0200
commit1b1b066313a9fd38eeb4273ac0f15d1f80297056 (patch)
tree43c25ace7555029e15015f88833dc01dd6a6ca8f /offapi
parent729d9b1e18b434a3402f33d567b616e489dbdc5a (diff)
API CHANGE: remove update() from X3DChartWindowProvider
Revert the API change from e41c33b376d8b5776e400979eb8544db596c5bbe and use the existing css::util::XUpdatable instead. Change-Id: I3eba4c7def98c8765a970d54a7fe84a320d4313e Reviewed-on: https://gerrit.libreoffice.org/17382 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit 41d1b01a906ed5872cc8f0b70439c6891a874f60)
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart2/X3DChartWindowProvider.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart2/X3DChartWindowProvider.idl b/offapi/com/sun/star/chart2/X3DChartWindowProvider.idl
index 604d023b69ed..ff67fc323553 100644
--- a/offapi/com/sun/star/chart2/X3DChartWindowProvider.idl
+++ b/offapi/com/sun/star/chart2/X3DChartWindowProvider.idl
@@ -24,8 +24,6 @@ module com { module sun { module star { module chart2 {
interface X3DChartWindowProvider
{
void setWindow( [in] unsigned hyper window );
-
- void update();
};
}; }; }; };