From a362f15f85fc3f00ea3144f763798131cb66e3e3 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 13 May 2014 23:26:20 +0200 Subject: Typo: shoud -> should Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735 --- vbahelper/source/vbahelper/vbacommandbarhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vbahelper') diff --git a/vbahelper/source/vbahelper/vbacommandbarhelper.cxx b/vbahelper/source/vbahelper/vbacommandbarhelper.cxx index 196fbb914b16..403d592b6b37 100644 --- a/vbahelper/source/vbahelper/vbacommandbarhelper.cxx +++ b/vbahelper/source/vbahelper/vbacommandbarhelper.cxx @@ -213,7 +213,7 @@ OUString VbaCommandBarHelper::findToolbarByName( const css::uno::Reference< css: } } - // the customize toolbars creating during importing, shoud found there. + // the customize toolbars creating during importing, should found there. static OUString sToolbarPrefix( "private:resource/toolbar/custom_" ); sResourceUrl = sToolbarPrefix.concat( sName ); if( hasToolbar( sResourceUrl, sName ) ) -- cgit