summaryrefslogtreecommitdiff
path: root/oox/inc/oox/drawingml/chart/chartspaceconverter.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-03-03 14:30:52 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2010-03-03 14:30:52 +0100
commit47d83021c1fb1fb51cb268f7549d9d0f92531e66 (patch)
tree2842202097396811ce8f932bafd5ed3af89a9073 /oox/inc/oox/drawingml/chart/chartspaceconverter.hxx
parentbc25d9acce425bf94aee22b44d84499f749f904e (diff)
parentcff63b8d9dea2d92d10e25d88d47dcfa630cd526 (diff)
CWS-TOOLING: integrate CWS chartshapes
Notes
split repo tag: filters_ooo/DEV300_m74 split repo tag: filters_ooo/DEV300_m75
Diffstat (limited to 'oox/inc/oox/drawingml/chart/chartspaceconverter.hxx')
-rw-r--r--oox/inc/oox/drawingml/chart/chartspaceconverter.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/oox/inc/oox/drawingml/chart/chartspaceconverter.hxx b/oox/inc/oox/drawingml/chart/chartspaceconverter.hxx
index edeb24f0022f..b4c40015f825 100644
--- a/oox/inc/oox/drawingml/chart/chartspaceconverter.hxx
+++ b/oox/inc/oox/drawingml/chart/chartspaceconverter.hxx
@@ -30,6 +30,10 @@
#include "oox/drawingml/chart/converterbase.hxx"
+namespace com { namespace sun { namespace star {
+ namespace drawing { class XShapes; }
+} } }
+
namespace oox {
namespace drawingml {
namespace chart {
@@ -45,7 +49,9 @@ public:
virtual ~ChartSpaceConverter();
/** Converts the contained OOXML chart model to a chart2 document. */
- void convertFromModel();
+ void convertFromModel(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxExternalPage,
+ const ::com::sun::star::awt::Point& rChartPos );
};
// ============================================================================