summaryrefslogtreecommitdiff
path: root/include/oox/export/chartexport.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-27 05:30:30 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-27 06:26:17 +0200
commitbcf295f9ca05f5b8d40ef2747b46dfb5564a74a9 (patch)
tree020f1ab3baef11d2c3eb2a50225aefb3be9bfa9a /include/oox/export/chartexport.hxx
parent38a5e500b1b9ff135d190e65413cd519ae8c89be (diff)
support axis text properties during OOXML export, tdf#90532
Change-Id: Ied2b21154e31754f8b8461c349fe0e52ce7455e8
Diffstat (limited to 'include/oox/export/chartexport.hxx')
-rw-r--r--include/oox/export/chartexport.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index 2a3ff80b313e..31c52346c4e0 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -154,6 +154,7 @@ private:
void exportSeriesValues(
const css::uno::Reference< css::chart2::data::XDataSequence >& xValueSeq, sal_Int32 nValueType = XML_val );
void exportShapeProps( css::uno::Reference< css::beans::XPropertySet > xPropSet );
+ void exportTextProps(css::uno::Reference< css::beans::XPropertySet > xPropSet);
void exportDataPoints(
const css::uno::Reference< css::beans::XPropertySet >& xSeriesProperties,
sal_Int32 nSeriesLength );