[Libreoffice-commits] .: Branch 'libreoffice-3-5' - vcl/unx
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Dec 12 03:41:05 PST 2011
vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 96e3f652ad0c02140fea42790e2d0a2baabb45d8
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Dec 12 11:35:49 2011 +0000
stop saying "15" on stdout
(cherry picked from commit 6765b2b71544a1ca0957fbd5e04062c274a24f45)
Signed-off-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
index f9e5906..d064f83 100644
--- a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
@@ -2103,7 +2103,6 @@ static Rectangle NWGetSpinButtonRect( int nScreen,
buttonRect.Left() = buttonRect.Right()+1;
buttonRect.Right() = aAreaRect.Right();
} else {
- printf("%ld\n", buttonRect.GetWidth());
buttonRect.Right() = buttonRect.Left()-1;
buttonRect.Left() = aAreaRect.Left();
}
More information about the Libreoffice-commits
mailing list