summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:31:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:31 +0200
commitf7d6bb536a9d39893b0f23c849cf793b616ea715 (patch)
treed57056c44d45e4e6d7cfcc7fc8eade50bb967a1a /sd
parente4181d9a0a4eefad49703b32bb79531bccfc035b (diff)
typo: gard -> guard
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx
index 13a262db8295..9e3fa3882dba 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx
@@ -229,7 +229,7 @@ long ClientBox::GetActiveEntryIndex()
void ClientBox::selectEntry( const long nPos )
{
//ToDo whe should not use the guard at such a big scope here.
- //Currently it is used to gard m_vEntries and m_nActive. m_nActive will be
+ //Currently it is used to guard m_vEntries and m_nActive. m_nActive will be
//modified in this function.
//It would be probably best to always use a copy of m_vEntries
//and some other state variables from ClientBox for