summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/mgetempl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/mgetempl.cxx')
-rw-r--r--sfx2/source/dialog/mgetempl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index fed894cbbc8b..b5d9634588ef 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -571,7 +571,7 @@ DeactivateRC SfxManageStyleSheetPage::DeactivatePage( SfxItemSet* pItemSet )
if (m_xNameRw->get_value_changed_from_saved())
{
- // By pressing <Enter> LoseFocus() is not trigged through StarView
+ // By pressing <Enter> LoseFocus() is not triggered through StarView
if (m_xNameRw->has_focus())
LoseFocusHdl( *m_xNameRw );