[Libreoffice-commits] core.git: include/sfx2

Stephan Bergmann sbergman at redhat.com
Tue Oct 20 05:39:17 PDT 2015


 include/sfx2/tabdlg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e80427ca11de59e87bab9fb600a72fec8ea4d47e
Author: Stephan Bergmann <sbergman at redhat.com>
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; }


More information about the Libreoffice-commits mailing list