From a92e973b6d0a9ad87fe014442e1678af2ce0c7d0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 11 Jun 2014 10:35:24 +0200 Subject: Change SfxTabPage::Reset param from ref to pointer ...there was a call site that passed undefined "null pointer reference" (apparently in a case where the passed argument was actually unused) Change-Id: I663d4264b7a84f44ca69c732f3bc502f614b2b2a --- cui/source/inc/optlingu.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/inc/optlingu.hxx') diff --git a/cui/source/inc/optlingu.hxx b/cui/source/inc/optlingu.hxx index 20846c516ce1..9128931f0543 100644 --- a/cui/source/inc/optlingu.hxx +++ b/cui/source/inc/optlingu.hxx @@ -152,7 +152,7 @@ public: static const sal_uInt16* GetRanges(); virtual bool FillItemSet( SfxItemSet* rSet ) SAL_OVERRIDE; - virtual void Reset( const SfxItemSet& rSet ) SAL_OVERRIDE; + virtual void Reset( const SfxItemSet* rSet ) SAL_OVERRIDE; void HideGroups( sal_uInt16 nGrp ); }; -- cgit