summaryrefslogtreecommitdiffstats
path: root/include/sfx2/tabdlg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-10 17:23:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-10 17:25:23 +0200
commit4dbeadb9c1e46ac0008f076cd6f9c5d0a38a4d40 (patch)
treea71acd0d466e02c18bf78ffdcfea748135805d21 /include/sfx2/tabdlg.hxx
parent-Werror,-Wundefined-bool-conversion (diff)
downloadcore-4dbeadb9c1e46ac0008f076cd6f9c5d0a38a4d40.tar.gz
core-4dbeadb9c1e46ac0008f076cd6f9c5d0a38a4d40.zip
Change SfxTabPage::FillItemSet param from ref to pointer
...there were a number of call sites that passed undefined "null pointer references" (apparently in cases where the passed argument was actually unused) Change-Id: I19799e90f0cd8e98367782441a5ea9df27b59830
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r--include/sfx2/tabdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 98dfeddd87b9..34f5ef02a50a 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -258,7 +258,7 @@ public:
const SfxItemSet& GetItemSet() const { return *pSet; }
- virtual bool FillItemSet( SfxItemSet& );
+ virtual bool FillItemSet( SfxItemSet* );
virtual void Reset( const SfxItemSet& );
bool HasExchangeSupport() const