diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 15:10:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 15:10:57 +0000 |
commit | 715fbb2717701c474415f98bbd8d7d1ac6449826 (patch) | |
tree | 8cee4516de42f1c601399260c1bbbd5e8549aa1c /odk/examples | |
parent | 7cc3bd185b6dbcc6f5bb3c439b1425251c97908e (diff) |
INTEGRATION: CWS sdksample (1.3.124); FILE MERGED
2005/01/21 10:57:03 jsc 1.3.124.1: #i29308# use ...text.TextEmbeddingObject instead of ...drawing.OLE2Shape
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java b/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java index 5b39200e54d1..92424860d1b7 100644 --- a/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java +++ b/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java @@ -2,9 +2,9 @@ * * $RCSfile: ListenAtCalcRangeInDraw.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:10:32 $ + * last change: $Author: rt $ $Date: 2005-01-31 16:10:57 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -113,7 +113,7 @@ public class ListenAtCalcRangeInDraw implements XChartDataChangeEventListener // insert a new chart into the "Chart" sheet of the // spreadsheet document - maChartDocument = aChartHelper.insertOLEChart( + maChartDocument = aChartHelper.insertOLEChartInDraw( "ChartWithCalcData", aPos, aExtent, |