summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-10-13 17:25:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-10-13 18:58:33 +0200
commit509cc1ad19194934e15366a6e9ecc0a1b9ef4592 (patch)
tree6cc0b320eddd9d5bb80b4920672b724c24fcb506
parent60c7493e661d19fd3f6dde3c8ab8cef4b1ba9f2b (diff)
Fix typo
Change-Id: Ib12fdce5b4a46ec98828aeba6a293ca3a3e1c766 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141312 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/svx/sdr/overlay/overlayobject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx
index 643007cc3fde..1c8d1d43b17a 100644
--- a/include/svx/sdr/overlay/overlayobject.hxx
+++ b/include/svx/sdr/overlay/overlayobject.hxx
@@ -109,7 +109,7 @@ namespace sdr::overlay
// it is switched to false
bool mbAllowsAntiAliase : 1;
- // In High Contrast mode all fg and bg and forced to the a pair of normal
+ // In High Contrast mode all fg and bg are forced to a pair of normal
// high contrast colors. If this flag is set, then in High Contrast mode
// the colors are instead forced to the high contrast selection fg/bg pair.
// Default is false.