svx/source/svdraw/svdfmtf.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8a76ef1a3ab3ac2cf892936b6ae8098a9c384e18
Author:     Andreas Heinisch <[email protected]>
AuthorDate: Sun Jan 4 14:01:32 2026 +0100
Commit:     Andreas Heinisch <[email protected]>
CommitDate: Sun Jan 4 20:06:46 2026 +0100

    tdf#169813 - Reset default dash option during GDIMetaFileImport
    
    Change-Id: Ibb85a649594c8edbce1b624bed1a6c7942a3d183
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196519
    Tested-by: Jenkins
    Reviewed-by: Andreas Heinisch <[email protected]>

diff --git a/svx/source/svdraw/svdfmtf.cxx b/svx/source/svdraw/svdfmtf.cxx
index 69a7dfcd36dd..fa77ec8898d1 100644
--- a/svx/source/svdraw/svdfmtf.cxx
+++ b/svx/source/svdraw/svdfmtf.cxx
@@ -88,6 +88,7 @@ ImpSdrGDIMetaFileImport::ImpSdrGDIMetaFileImport(
     mnLineWidth(0),
     maLineJoin(basegfx::B2DLineJoin::NONE),
     maLineCap(css::drawing::LineCap_BUTT),
+    maDash(css::drawing::DashStyle_RECT, 0, 0, 0, 0, 0),
     mbMov(false),
     mbSize(false),
     maOfs(0, 0),

Reply via email to