cui/source/options/appearance.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 538cb629d0fc01ca9efb82d9ae86af4f32dc5081
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Dec 18 21:55:06 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Dec 19 09:22:40 2024 +0100

    Fix typos
    
    Change-Id: Ifd7be9bdd784f042b27dbdd28d3e4229a41344d1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178747
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/cui/source/options/appearance.cxx 
b/cui/source/options/appearance.cxx
index e2cc7e8896a7..14c137608b95 100644
--- a/cui/source/options/appearance.cxx
+++ b/cui/source/options/appearance.cxx
@@ -410,8 +410,8 @@ IMPL_LINK_NOARG(SvxAppearanceTabPage, ColorValueChgHdl, 
ColorListBox&, void)
     else
         aCurrentEntryColor.nLightColor = 
m_xColorChangeBtn->GetSelectEntryColor();
 
-    // use nColor for caching the value of color in use. This avoids tidious 
refactoring which IMO
-    // would use function calls to discriminate between colors. those 
functions themself call some virtual functions
+    // use nColor for caching the value of color in use. This avoids tedious 
refactoring which IMO
+    // would use function calls to discriminate between colors. Those 
functions themself call some virtual functions
     // making the whole thing super slow (comparatively).
     aCurrentEntryColor.nColor = m_xColorChangeBtn->GetSelectEntryColor();
 

Reply via email to