diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 14:35:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 14:35:49 +0200 |
commit | 2f702d16616f22224608999b88387e7f41c527b8 (patch) | |
tree | 024e1d54ae3224fc4cf7c3f9675583e685358bf2 /cui/source | |
parent | b0670638a813ecaf72d5d94ab203cdd03a00fbc4 (diff) |
DeactivatePage's pSet param cannot be defaulted anyway
...because IconChoicePage inherits zero-param TabPage::DeactivatePage
Change-Id: I6bc6b00050c84c3eccb59bd3caa85a26fab6abb9
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/inc/iconcdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx index 39cc6386fedc..b63e121a5442 100644 --- a/cui/source/inc/iconcdlg.hxx +++ b/cui/source/inc/iconcdlg.hxx @@ -104,7 +104,7 @@ public: }; virtual void ActivatePage( const SfxItemSet& ); - virtual int DeactivatePage( SfxItemSet* pSet = 0 ); + virtual int DeactivatePage( SfxItemSet* pSet ); OUString GetUserData() { return aUserString; } virtual bool QueryClose(); |