diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-01-11 21:05:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-01-12 08:08:59 +0100 |
commit | dc35df15c5d125ff0caf82e9e7c99695d7cd7dfc (patch) | |
tree | c050d22e5ff977f3664cddee607ac015d9a0c5b8 /sd/source/ui | |
parent | ab6369c626a249b9ce9e92c04a4f59f91bed2dd6 (diff) |
Fix typos
Change-Id: Ib132f2582fce1fb62755926d3f55987ea474ec74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128297
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/inc/tools/GraphicSizeCheck.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/tools/GraphicSizeCheck.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/tools/GraphicSizeCheck.hxx b/sd/source/ui/inc/tools/GraphicSizeCheck.hxx index 1b0c4ff39559..ea0faf0178d0 100644 --- a/sd/source/ui/inc/tools/GraphicSizeCheck.hxx +++ b/sd/source/ui/inc/tools/GraphicSizeCheck.hxx @@ -18,7 +18,7 @@ namespace sd { /** - * Class resposible to check if a graphic object violates the size + * Class responsible to check if a graphic object violates the size * constraints and store the results. */ class GraphicSizeViolation final diff --git a/sd/source/ui/tools/GraphicSizeCheck.cxx b/sd/source/ui/tools/GraphicSizeCheck.cxx index 14a5b02d4484..ae15769e80c0 100644 --- a/sd/source/ui/tools/GraphicSizeCheck.cxx +++ b/sd/source/ui/tools/GraphicSizeCheck.cxx @@ -25,7 +25,7 @@ namespace sd namespace { /** - * Intefece for the visitor class, which handles each visited SdrObject + * Interface for the visitor class, which handles each visited SdrObject * in the DOM. */ class ModelTraverseHandler |