summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/vbahelper/vbacommandbarhelper.cxx2
1 files changed, 1 insertions, 1 deletions
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 ) )