diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 22:41:25 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:47:16 +0200 |
commit | 3a5edbe5692cbddc8e6e25c73a7cacf7f7142bfb (patch) | |
tree | 7696b167d80cfa60de77191b5bf7bcd7f663486a /svtools/source/config/optionsdrawinglayer.cxx | |
parent | fdad46f310569cb57fb618345647167b6fdda198 (diff) |
Fix typos
Change-Id: I837907cc584b048f7c8f902a857cf0c473d649a5
Reviewed-on: https://gerrit.libreoffice.org/77252
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools/source/config/optionsdrawinglayer.cxx')
-rw-r--r-- | svtools/source/config/optionsdrawinglayer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx index 304c18daca6e..18a2ab4a00a7 100644 --- a/svtools/source/config/optionsdrawinglayer.cxx +++ b/svtools/source/config/optionsdrawinglayer.cxx @@ -671,7 +671,7 @@ bool SvtOptionsDrawinglayer_Impl::IsAAPossibleOnThisSystem() const #ifdef _WIN32 // WIN32 uses GDIPlus with VCL for the first incarnation; this will be enhanced - // in the future to use canvases and the canvas renderer, thus a AA-abled + // in the future to use canvases and the canvas renderer, thus an AA-abled // canvas needs to be checked here in the future. // Currently, just allow AA for WIN32 #endif |