editeng/source/editeng/impedit3.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 86d3c2b65920a414f2c0960fde6894382defd27a
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Wed Aug 6 19:51:35 2025 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Aug 8 15:08:23 2025 +0200

    fix missing OutputDevice::Pop
    
    Change-Id: I2a183e27f883bd0523b166a485a3ad5cb50eda1b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189021
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Tested-by: Jenkins

diff --git a/editeng/source/editeng/impedit3.cxx 
b/editeng/source/editeng/impedit3.cxx
index 0d1968d8d6e4..b38c794b708a 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -3903,6 +3903,8 @@ void ImpEditEngine::StripAllPortions( OutputDevice& 
rOutDev, tools::Rectangle aC
                                 {
                                     bEndOfParagraphWritten = true;
                                 }
+
+                                rOutDev.Pop();
                             }
                             break;
                             case PortionKind::TAB:

Reply via email to