diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-22 14:31:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-22 12:36:21 +0000 |
commit | aade27554d427649810f5635133519cadfa8002f (patch) | |
tree | 7f87acd42d9b3821f969444cc0a65e8f27988503 /sc/source/ui/vba | |
parent | eb0c9b43e7f09054a864eb44c24c43b27c0f21f5 (diff) |
Fix typos
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Reviewed-on: https://gerrit.libreoffice.org/16408
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/source/ui/vba')
-rw-r--r-- | sc/source/ui/vba/vbawindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbawindow.cxx b/sc/source/ui/vba/vbawindow.cxx index 8f0168e93e66..a655d5620309 100644 --- a/sc/source/ui/vba/vbawindow.cxx +++ b/sc/source/ui/vba/vbawindow.cxx @@ -317,7 +317,7 @@ ScVbaWindow::getCaption() throw (uno::RuntimeException, std::exception) sTitle = sTitle.copy( 0, nCrudIndex ); ScVbaWorkbook workbook( uno::Reference< XHelperInterface >( Application(), uno::UNO_QUERY_THROW ), mxContext, m_xModel ); OUString sName = workbook.getName(); - // rather bizare hack to make sure the name behavior + // rather bizarre hack to make sure the name behavior // is like XL // if the adjusted title == workbook name, use name // if the adjusted title != workbook name but ... |