diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:12:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:12:16 +0100 |
commit | 25d3c618d831036c08194610f188e4781c135cfc (patch) | |
tree | ff5adadb16effa6262ce65a030b7c673fe180a91 /cui/source/tabpages/numfmt.cxx | |
parent | 5584d73f2db413889347b4b3a1fcaf124db02b21 (diff) |
Typo: formated->formatted
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
Diffstat (limited to 'cui/source/tabpages/numfmt.cxx')
-rw-r--r-- | cui/source/tabpages/numfmt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx index 8fdcb7e33190..04c8e6e18b38 100644 --- a/cui/source/tabpages/numfmt.cxx +++ b/cui/source/tabpages/numfmt.cxx @@ -265,7 +265,7 @@ SvxNumberFormatTabPage::SvxNumberFormatTabPage(vcl::Window* pParent, get(m_pEdLeadZeroes, "leadzerosed"); get(m_pBtnThousand, "thousands"); get(m_pFormatCodeFrame, "formatcode"); - get(m_pEdFormat, "formated"); + get(m_pEdFormat, "formatted"); get(m_pIbAdd, "add"); get(m_pIbInfo, "edit"); get(m_pIbRemove, "delete"); |