From 37c3a1c097567de818daec1e68ef132d57bcf17a Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sun, 27 Apr 2014 17:01:10 +0200 Subject: const Change-Id: I0ce6965f191d1455bcc7a793025282e20b7433a5 --- cui/source/inc/page.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/inc/page.hxx') diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx index a5881b996557..ff4a3c315592 100644 --- a/cui/source/inc/page.hxx +++ b/cui/source/inc/page.hxx @@ -178,7 +178,7 @@ protected: public: static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet ); - static sal_uInt16* GetRanges(); + static const sal_uInt16* GetRanges(); virtual bool FillItemSet( SfxItemSet& rOutSet ) SAL_OVERRIDE; virtual void Reset( const SfxItemSet& rSet ) SAL_OVERRIDE; -- cgit