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

Shivam Kumar Singh (via logerrit) logerrit at kemper.freedesktop.org
Sat Jul 25 06:41:34 UTC 2020


 sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 49a273dde0aaf6329a6776176413ffb7845d7b1f
Author:     Shivam Kumar Singh <shivamhere247 at gmail.com>
AuthorDate: Sat Jul 25 10:45:49 2020 +0530
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Sat Jul 25 08:40:56 2020 +0200

    cleanup: change DEFAULT to DIRECT in Inspector
    
    Change-Id: I2894e7bab9aa8f076a5de56021c6ba4e451ac2f0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99416
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
    Tested-by: Jenkins

diff --git a/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx b/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx
index 8dbf36c07188..51d052e0ed91 100644
--- a/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx
+++ b/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx
@@ -178,7 +178,7 @@ static void UpdateTree(SwDocShell* pDocSh, std::vector<svx::sidebar::TreeNode>&
             {
                 const uno::Any aAny = xPropertiesSet->getPropertyValue(sPropName);
                 svx::sidebar::TreeNode aTemp;
-                // Already defined in "Default Formatting" or "Character Styles" or any child Paragraph Style ?
+                // Already defined in "Direct Formatting" or "Character Styles" or any child Paragraph Style ?
                 if (aIsDefined[sPropName])
                     aTemp.isGrey = true;
                 aIsDefined[sPropName] = true;
@@ -205,7 +205,7 @@ static void UpdateTree(SwDocShell* pDocSh, std::vector<svx::sidebar::TreeNode>&
     Display Order :-
     PARAGRAPH STYLE
     CHARACTER STYLE
-    DEFAULT FORMATTING
+    DIRECT FORMATTING
     */
     aStore.push_back(aParaNode);
     aStore.push_back(aCharNode);


More information about the Libreoffice-commits mailing list