diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:49:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:49:21 +0100 |
commit | 5ead05c352f2a82fd780e3cd5f471751df986b10 (patch) | |
tree | fea03a4a53fe6331e6616b1790deb5d6cfa16832 | |
parent | d0f5aad12d0699bba790a953115752dcc5df7d2b (diff) |
Typo: pasword -> password
Change-Id: I612bf6bb620a76f9fa3542145e942969b9365d98
-rw-r--r-- | extensions/source/propctrlr/standardcontrol.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/passwd.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx index 14475a06e356..0ef0293004c8 100644 --- a/extensions/source/propctrlr/standardcontrol.cxx +++ b/extensions/source/propctrlr/standardcontrol.cxx @@ -223,7 +223,7 @@ namespace pcr { OEditControl_Base::modified(); - // for pasword controls, we fire a commit for every single change + // for password controls, we fire a commit for every single change if ( m_bIsPassword ) m_aImplControl.notifyModifiedValue(); } diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx index d638acbd53de..14b4221e6cd6 100644 --- a/sfx2/source/dialog/passwd.cxx +++ b/sfx2/source/dialog/passwd.cxx @@ -120,7 +120,7 @@ SfxPasswordDialog::SfxPasswordDialog(Window* pParent, const OUString* pGroupText if (pGroupText) mpPassword1Box->set_label(*pGroupText); - //set the text to the pasword length + //set the text to the password length SetPasswdText(); } |