include/sfx2/tabdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e80427ca11de59e87bab9fb600a72fec8ea4d47e Author: Stephan Bergmann <[email protected]> Date: Tue Oct 20 14:37:32 2015 +0200 DeactivatePage's pSet param cannot be defaulted anyway ...because SfxTabPage inherits zero-param TabPage::DeactivatePage Change-Id: I6eeb2e75b0d28d54d57e38494330e667e1013a27 diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 0a9c4710..00a823a 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -257,7 +257,7 @@ public: using TabPage::ActivatePage; using TabPage::DeactivatePage; virtual void ActivatePage( const SfxItemSet& ); - virtual sfxpg DeactivatePage( SfxItemSet* pSet = 0 ); + virtual sfxpg DeactivatePage( SfxItemSet* pSet ); void SetUserData(const OUString& rString) { aUserString = rString; } OUString GetUserData() { return aUserString; } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
