diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-09-29 21:26:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-29 22:02:24 +0100 |
commit | 2434e019252cbc8b6a567eafe89ccfdf4749b838 (patch) | |
tree | 34266abc748b07e650c0e3dd441d561cce1864c6 /sc/inc/dptabsrc.hxx | |
parent | a15db9dbb306031c9a4903a6875de94473c740da (diff) |
reorg FillItemData
Change-Id: Ia70bf1c7fb4bf524b92c3f97103cd74bccf46822
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r-- | sc/inc/dptabsrc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index 998f77491cec..035aa1b85b01 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -741,7 +741,7 @@ public: ScDPMember& operator=(const ScDPMember&) = delete; OUString GetNameStr( bool bLocaleIndependent ) const; - void FillItemData( ScDPItemData& rData ) const; + ScDPItemData FillItemData() const; const ScDPItemData* GetItemData() const; SCROW GetItemDataId() const { return mnDataId; } bool IsNamedItem(SCROW nIndex) const; |