summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-07-26 02:48:59 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-07-26 14:57:33 +0200
commit4198c641c59561abd21298243aeaffc76bb17e26 (patch)
treed2da53f5af16f12b5b0fa938a559d211d2e3de56
parent3956169f4e4db08346b6cf3a2fd4a8cb81f9d356 (diff)
fix typo: DeletePassords to DeletePasswords
-rw-r--r--sd/source/ui/dlg/dlgass.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx
index 38f4b2b0f..4409b5ed7 100644
--- a/sd/source/ui/dlg/dlgass.cxx
+++ b/sd/source/ui/dlg/dlgass.cxx
@@ -207,7 +207,7 @@ public:
void SavePassword( SfxObjectShellLock xDoc, const String& rPath );
void RestorePassword( SfxItemSet* pSet, const String& rPath );
String GetPassword( const String rPath );
- void DeletePassords();
+ void DeletePasswords();
boost::ptr_vector< PasswordEntry > maPasswordList;
@@ -676,7 +676,7 @@ AssistentDlgImpl::~AssistentDlgImpl()
{
CloseDocShell();
- DeletePassords();
+ DeletePasswords();
// Delete the template file infos.
std::vector<TemplateDir*>::iterator I;
@@ -1720,7 +1720,7 @@ String AssistentDlgImpl::GetPassword( const String rPath )
return String();
}
-void AssistentDlgImpl::DeletePassords()
+void AssistentDlgImpl::DeletePasswords()
{
maPasswordList.clear();
}