[Libreoffice-commits] core.git: cui/source
Stephan Bergmann
sbergman at redhat.com
Tue Oct 20 05:37:45 PDT 2015
cui/source/inc/iconcdlg.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2f702d16616f22224608999b88387e7f41c527b8
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Oct 20 14:35:49 2015 +0200
DeactivatePage's pSet param cannot be defaulted anyway
...because IconChoicePage inherits zero-param TabPage::DeactivatePage
Change-Id: I6bc6b00050c84c3eccb59bd3caa85a26fab6abb9
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index 39cc638..b63e121 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();
More information about the Libreoffice-commits
mailing list