summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-06-19 14:02:27 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-06-19 14:02:27 -0400
commite6eca5d3fe2fdb4fd7587f3449f45fd7365e0cf7 (patch)
tree55a6847155cb60d52cf32aac8fed60334d4cd10e /xmloff/source
parent461d8db718350852b8b37830c0cabf6ee3b699bf (diff)
Build fix.
Change-Id: Ib306deee13906f49d8611cd66f6a5262b52d04df
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/chart/SchXMLExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index 00f67e367f18..5bda8cc55707 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -154,7 +154,7 @@ public:
com::sun::star::chart::XChartDocument > rChartDoc,
bool bIncludeTable );
- UniReference< XMLPropertySetMapper > GetPropertySetMapper() const { return mxPropertySetMapper;}
+ UniReference<XMLPropertySetMapper> GetPropertySetMapper() const;
void SetChartRangeAddress( const OUString& rAddress )
{ msChartAddress = rAddress; }