sc/source/ui/inc/viewdata.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dbb68b97e67e07249c52454726601a6f988fba77
Author:     Xisco Fauli <[email protected]>
AuthorDate: Thu Jun 12 13:28:58 2025 +0200
Commit:     Xisco Fauli <[email protected]>
CommitDate: Thu Jun 12 17:15:59 2025 +0200

    ScViewDataTable: drop default parameter
    
    Change-Id: Idf2df8c9530b7b37f26904de74245cf3ded95363
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186417
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <[email protected]>

diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index 5e8aa03c82c7..403b94e9fa04 100644
--- a/sc/source/ui/inc/viewdata.hxx
+++ b/sc/source/ui/inc/viewdata.hxx
@@ -243,7 +243,7 @@ private:
 
     bool            bShowGrid;                  // per sheet show grid lines 
option.
     bool            mbOldCursorValid;           // "virtual" Cursor position 
when combined
-                    ScViewDataTable(const ScDocument *pDoc = nullptr);
+                    ScViewDataTable(const ScDocument *pDoc);
 
     void            InitData(const ScDocument& rDoc);
     void            WriteUserDataSequence(

Reply via email to