summaryrefslogtreecommitdiffstats
path: root/svtools/source/dialogs/wizardmachine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/wizardmachine.cxx')
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index f987cbd28b80..b1f08ef15160 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -357,7 +357,7 @@ namespace svt
// reset the WB_DEFBUTTON for every window which is a button
implResetDefault(this);
- // set it's new style
+ // set its new style
if (_pNewDefButton)
_pNewDefButton->SetStyle(_pNewDefButton->GetStyle() | WB_DEFBUTTON);
}