diff options
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r-- | cui/source/inc/page.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx index 151569ac4634..81acdd58a7c8 100644 --- a/cui/source/inc/page.hxx +++ b/cui/source/inc/page.hxx @@ -172,7 +172,7 @@ public: virtual ~SvxPageDescPage() override; // returns the range of the Which values - static WhichRangesContainer GetRanges() { return pRanges; } + static const WhichRangesContainer & GetRanges() { return pRanges; } virtual bool FillItemSet( SfxItemSet* rOutSet ) override; virtual void Reset( const SfxItemSet* rSet ) override; |