summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index 33c0d67c918f..ebbacf522052 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -352,8 +352,8 @@ bool SdrUnoObj::hasSpecialDrag() const
bool SdrUnoObj::supportsFullDrag() const
{
- // overloaded to have the possibility to enable/disable in debug and
- // to ckeck some things out. Current solution is working, so default is
+ // override to have the possibility to enable/disable in debug and
+ // to check some things out. Current solution is working, so default is
// enabled
static bool bDoSupportFullDrag(true);