summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/unocontrol.cxx')
-rw-r--r--toolkit/source/controls/unocontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx
index c6d268db790f..2a06319dcfc3 100644
--- a/toolkit/source/controls/unocontrol.cxx
+++ b/toolkit/source/controls/unocontrol.cxx
@@ -1407,7 +1407,7 @@ void UnoControl::setDesignMode( sal_Bool bOn ) throw(RuntimeException)
// so the old one must be declared DEFUNC)
DisposeAccessibleContext(xAccessibleComp);
- // ajust the visibility of our window
+ // adjust the visibility of our window
if ( xWindow.is() )
xWindow->setVisible( !bOn );