[Libreoffice-commits] core.git: sw/sdi

Szymon Kłos eszkadev at gmail.com
Wed Jan 18 17:53:01 UTC 2017


 sw/sdi/_docsh.sdi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b93856a666cc0af099c934669a3d593116456b84
Author: Szymon Kłos <eszkadev at gmail.com>
Date:   Wed Jan 18 15:32:29 2017 +0100

    tdf#102142 : Disable edit paragraph style in the print preview mode
    
    Before that patch clicking on the Edit button
    in the print preview mode was causing a crash.
    
    Change-Id: Idd6ab2f16f515caa1d5fd3ed4ccdf9ae681849b5
    Reviewed-on: https://gerrit.libreoffice.org/33269
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Szymon Kłos <eszkadev at gmail.com>

diff --git a/sw/sdi/_docsh.sdi b/sw/sdi/_docsh.sdi
index 3bb9b7f..f85f95f 100644
--- a/sw/sdi/_docsh.sdi
+++ b/sw/sdi/_docsh.sdi
@@ -38,7 +38,7 @@ interface BaseTextDocument
     SID_STYLE_EDIT
     [
         ExecMethod = ExecStyleSheet ;
-        StateMethod = NoState ;
+        StateMethod = StateStyleSheet ;
     ]
 
     SID_STYLE_DELETE


More information about the Libreoffice-commits mailing list