sc/source/ui/view/overlayobject.cxx |    2 +-
 vcl/source/app/settings.cxx         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 23d421184eaf155a492463c8ee192dbfa38e18ed
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jul 31 16:13:35 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Aug 2 23:02:43 2024 +0200

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

diff --git a/sc/source/ui/view/overlayobject.cxx 
b/sc/source/ui/view/overlayobject.cxx
index b98c72be5114..bbba2b9cc88f 100644
--- a/sc/source/ui/view/overlayobject.cxx
+++ b/sc/source/ui/view/overlayobject.cxx
@@ -35,7 +35,7 @@ ScOverlayDashedBorder::ScOverlayDashedBorder(const 
::basegfx::B2DRange& rRange,
     OverlayObject(rColor),
     mbToggle(true)
 {
-    // tdf#115688: Let the user choose in the accessability option page 
("Tools" --> "Options" --> "Accessibility --> "Allow other animations") if the 
"marching ants" animation is allowed.
+    // tdf#115688: Let the user choose in the accessibility option page 
("Tools" --> "Options" --> "Accessibility --> "Allow other animations") if the 
"marching ants" animation is allowed.
     // tdf#161765: Don't override LO's animation settings with OS's 
all-or-nothing animation setting,
     // but do respect OS's animation setting if the user has selected the 
option "System".
     // New options: "System"/"No"/"Yes"
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index ba2901e11ec4..38ea04d4d4ba 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -2900,7 +2900,7 @@ bool MiscSettings::GetUseReducedAnimation()
     return pDefWindow->ImplGetFrame()->GetUseReducedAnimation();
 }
 
-// tdf#115688: Let the user choose in the accessability option page ("Tools" 
--> "Options" --> "Accessibility --> "Allow other animations") if the "marching 
ants" animation is allowed.
+// tdf#115688: Let the user choose in the accessibility option page ("Tools" 
--> "Options" --> "Accessibility --> "Allow other animations") if the "marching 
ants" animation is allowed.
 // tdf#161765: Let the user choose which animation settings to use: OS's / LO's
 // New options: "System"/"No"/"Yes".
 // Do respect OS's animation setting if the user has selected the option 
"System"

Reply via email to