[Libreoffice-commits] .: cui/source
Michael Stahl
mst at kemper.freedesktop.org
Thu Feb 2 11:13:41 PST 2012
cui/source/dialogs/about.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 38ce8bbbd13ff031943052865c072e86f67ef4ee
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Feb 2 20:12:40 2012 +0100
cui: about.cxx: nSpace was not declared in this scope
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 0b0ae4a..e1f13b1 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;
More information about the Libreoffice-commits
mailing list