summaryrefslogtreecommitdiff
path: root/include/xmloff/SchXMLImportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/SchXMLImportHelper.hxx')
-rw-r--r--include/xmloff/SchXMLImportHelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/SchXMLImportHelper.hxx b/include/xmloff/SchXMLImportHelper.hxx
index 415a9a0c71de..765a96014c9e 100644
--- a/include/xmloff/SchXMLImportHelper.hxx
+++ b/include/xmloff/SchXMLImportHelper.hxx
@@ -100,6 +100,9 @@ public:
void SetAutoStylesContext( SvXMLStylesContext* pAutoStyles ) { mpAutoStyles = pAutoStyles; }
SvXMLStylesContext* GetAutoStylesContext() const { return mpAutoStyles; }
+ /// Fill in the autostyle.
+ void FillAutoStyle(const OUString& rAutoStyleName, const css::uno::Reference<css::beans::XPropertySet>& rProp);
+
const css::uno::Reference< css::chart::XChartDocument >& GetChartDocument()
{ return mxChartDoc; }