chart2/source/controller/main/ControllerCommandDispatch.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e814908e7a06c7e0c6a2afa44c29f32838606ab0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 8 17:58:35 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 8 22:50:45 2025 +0200

    Fix typo
    
    Change-Id: I511dae887646e37aded7384d7252ca38a7419425
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185060
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/chart2/source/controller/main/ControllerCommandDispatch.cxx 
b/chart2/source/controller/main/ControllerCommandDispatch.cxx
index 8a94d737df91..4d2fab63ff88 100644
--- a/chart2/source/controller/main/ControllerCommandDispatch.cxx
+++ b/chart2/source/controller/main/ControllerCommandDispatch.cxx
@@ -722,7 +722,7 @@ void ControllerCommandDispatch::updateCommandAvailability()
     // but only those properties that are true for the whole text
     try
     {
-        // if title is selected, and in edit mode, then he font panel shoulkd 
be disabled
+        // if title is selected, and in edit mode, then the font panel should 
be disabled
         // enable the uno commands only if the title is not in edit mode
         // Todo: enable font panel here if the panel will be able to handle 
edited title.
         OUString aObjectCID = 
m_xChartController->getSelectionMember().getSelectedCID();
@@ -819,7 +819,7 @@ void ControllerCommandDispatch::updateCommandAvailability()
                 m_aCommandArguments[u".uno:Shadowed"_ustr] <<= bShadowed;
             }
 
-            // Font color is not set in panel.. it is just evnabled to use
+            // Font color is not set in panel... it is just enabled to use
             m_aCommandArguments[u".uno:Color"_ustr] <<= false;
             m_aCommandArguments[u".uno:FontColor"_ustr] <<= false;
 
@@ -832,7 +832,7 @@ void ControllerCommandDispatch::updateCommandAvailability()
                 m_aCommandArguments[u".uno:SubScript"_ustr] <<= 
(nCharEscapement < 0);
             }
 
-            // Font Spacing is not set in panel.. it is just evnabled to use
+            // Font Spacing is not set in panel... it is just enabled to use
             m_aCommandArguments[u".uno:Spacing"_ustr] <<= false;
         }
     }

Reply via email to