From 38ce8bbbd13ff031943052865c072e86f67ef4ee Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 2 Feb 2012 20:12:40 +0100 Subject: cui: about.cxx: nSpace was not declared in this scope --- cui/source/dialogs/about.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/dialogs/about.cxx') diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index 0b0ae4ae0e0f..e1f13b154293 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -251,7 +251,7 @@ AboutDialog::AboutDialog( Window* pParent, const ResId& rId) : aLTSize = aInfoLink.CalcMinimumSize(); aLTPnt.X() = ( aOutSiz.Width() - aLTSize.Width() ) / 2; - aLTPnt.Y() = aLTPnt.Y() + aLTSize.Height() + nSpace; + aLTPnt.Y() = aLTPnt.Y() + aLTSize.Height() + nLineSpace; aInfoLink.SetPosSizePixel( aLTPnt, aLTSize ); nY += aLTSize.Height() + nLineSpace; -- cgit