From 8b16cc50f4d1aeb820b3be2b6193cfea432f012a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 9 Apr 2014 12:37:04 +0200 Subject: typo: te -> the --- cui/source/customize/acccfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index 38c4c8a4561a..9681e3225410 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -1443,7 +1443,7 @@ void SfxAcceleratorConfigPage::Reset( const SfxItemSet& rSet ) // e.g. m_sModuleUIName! InitAccCfg(); - // change te description of the radio button, which switch to the module + // change the description of the radio button, which switch to the module // dependend accelerator configuration OUString sButtonText = m_pModuleButton->GetText(); sButtonText = sButtonText.replaceFirst("$(MODULE)", m_sModuleUIName); -- cgit