diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-31 11:35:05 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-04-01 13:59:33 +0200 |
commit | ef13ab6f6dfddbe2301a24840d49c086cba8a604 (patch) | |
tree | 91d6681a7d99eb0d861efd27dc16a1a32201b662 /sw/inc | |
parent | bd00847f1dcf9219410c5e6a74da8aa12fddb820 (diff) |
also refactor description setter
Change-Id: I69deac6d830f63aea94f3512ab4156217fbc7b27
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotbl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 2f4876d0fdaa..ce6048e28285 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -467,6 +467,7 @@ class SwXCellRange : public cppu::WeakImplHelper7 bool m_bFirstColumnAsLabel; std::tuple<sal_uInt32, sal_uInt32, sal_uInt32, sal_uInt32> getLabelCoordinates(bool bRow); css::uno::Sequence<OUString> getLabelDescriptions(bool bRow); + void setLabelDescriptions(const css::uno::Sequence<OUString>& rDesc, bool bRow); public: SwXCellRange(SwUnoCrsr* pCrsr, SwFrmFmt& rFrmFmt, SwRangeDescriptor& rDesc); |