From 3fa7b0b70f8f21c65603aa2b7db53392fdbceec4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 16 Jun 2015 13:16:03 +0200 Subject: Fix typos Change-Id: Id8c7cf460cba5af89891c470e1aaa61b227d356e Reviewed-on: https://gerrit.libreoffice.org/16310 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- basctl/source/basicide/baside2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl/source') diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index d602a7439d37..3e5effae9b83 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -744,7 +744,7 @@ void ModulWindow::EditMacro( const OUString& rMacroName ) TextSelection aSel( TextPaM( nStart, 0 ), TextPaM( nStart, 0 ) ); AssertValidEditEngine(); TextView * pView = GetEditView(); - // scroll if applicabel so that first line is at the top + // scroll if applicable so that first line is at the top long nVisHeight = GetOutputSizePixel().Height(); if ( (long)pView->GetTextEngine()->GetTextHeight() > nVisHeight ) { -- cgit