[Libreoffice-commits] core.git: svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Sep 12 13:11:36 UTC 2018


 svx/source/tbxctrls/tbcontrl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1334ee97787aa7cea399fa7f1633aea84ff8047d
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Wed Sep 12 13:06:40 2018 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Wed Sep 12 15:11:13 2018 +0200

    tdf#70759 Clear formatting should set "Standard" text style
    
    not "Text body"
    
    Change-Id: I994682b156dd4d8d6301baf6ca077cd072412b25
    Reviewed-on: https://gerrit.libreoffice.org/60381
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 89defffc9497..50f81f4a02b6 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -2524,6 +2524,7 @@ struct SvxStyleToolBoxControl::Impl
                     xParaStyles;
                 static const std::vector<OUString> aWriterStyles =
                 {
+                    "Standard",
                     "Text body",
                     "Title",
                     "Subtitle",


More information about the Libreoffice-commits mailing list