summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/inc/tools/GraphicSizeCheck.hxx2
-rw-r--r--sd/source/ui/tools/GraphicSizeCheck.cxx2
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