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/cfg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/inc/cfg.hxx') diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 3da574f89e3d..529b4ea9ce72 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -437,7 +437,7 @@ public: SvTreeListEntry* pTargetEntry ); bool FillItemSet( SfxItemSet* ) SAL_OVERRIDE; - void Reset( const SfxItemSet& ) SAL_OVERRIDE; + void Reset( const SfxItemSet* ) SAL_OVERRIDE; virtual bool DeleteSelectedContent() = 0; virtual void DeleteSelectedTopLevel() = 0; -- cgit