sd/source/core/sdpage.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 148ce16629434d58bd7f8cf1374500157e42e840
Author:     Michael Stahl <[email protected]>
AuthorDate: Mon Jan 12 19:24:12 2026 +0100
Commit:     Michael Stahl <[email protected]>
CommitDate: Mon Jan 12 19:24:24 2026 +0100

    Revert "cid#1680311 Uninitialized scalar field"
    
    This reverts commit 9b5c39d3b01f4364570d74aaf51aa8d115e3d7f0.
    
    Reason for revert: causes merge conflict, will be fixed anyway
    
    Change-Id: I5d4adc6806e0da9dd875516eb2d695ea5a8ddf87
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197135
    Tested-by: Michael Stahl <[email protected]>
    Reviewed-by: Michael Stahl <[email protected]>

diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 4e8a56233405..1918e12b2827 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -122,7 +122,6 @@ SdPage::SdPage(SdDrawDocument& rNewDoc, bool bMasterPage)
 ,   meCharSet(osl_getThreadTextEncoding())
 ,   mnPaperBin(PAPERBIN_PRINTER_SETTINGS)
 ,   mpPageLink(nullptr)
-,   mbIsCanvasPage(false)
 ,   mnTransitionType(0)
 ,   mnTransitionSubtype(0)
 ,   mbTransitionDirection(true)

Reply via email to