sd/source/ui/table/TableDesignPane.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 61b41646c5a93ca24f2c9f143cdb0da2c9258989
Author:     Maxim Monastirsky <momonas...@gmail.com>
AuthorDate: Tue Apr 18 20:33:38 2023 +0300
Commit:     Maxim Monastirsky <momonas...@gmail.com>
CommitDate: Wed Apr 19 00:53:40 2023 +0200

    tdf#154883 Set doc as modified on applying table style
    
    Change-Id: I2a20f35f8b6730f256216cea718ac9020347f119
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150584
    Tested-by: Jenkins
    Reviewed-by: Maxim Monastirsky <momonas...@gmail.com>

diff --git a/sd/source/ui/table/TableDesignPane.cxx 
b/sd/source/ui/table/TableDesignPane.cxx
index 216cf09b3b59..c5f20588397b 100644
--- a/sd/source/ui/table/TableDesignPane.cxx
+++ b/sd/source/ui/table/TableDesignPane.cxx
@@ -475,6 +475,7 @@ void TableDesignWidget::ApplyStyle()
                     pBindings->Invalidate( SID_REDO );
                 }
             }
+            setDocumentModified();
         }
         else
         {
@@ -530,6 +531,7 @@ void TableDesignWidget::ApplyOptions()
             pBindings->Invalidate( SID_REDO );
         }
     }
+    setDocumentModified();
 }
 
 void TableDesignWidget::onSelectionChanged()

Reply via email to