From f7d6bb536a9d39893b0f23c849cf793b616ea715 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 10:31:05 +0200 Subject: typo: gard -> guard --- desktop/source/deployment/gui/dp_gui_extlistbox.cxx | 2 +- sd/source/ui/dlg/RemoteDialogClientBox.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx index c10ff77b3ca6..42ecca1a93e6 100644 --- a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx +++ b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx @@ -481,7 +481,7 @@ void ExtensionBox_Impl::DeleteRemoved() void ExtensionBox_Impl::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 ExtensionBox_Impl for 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 -- cgit