From 874dad99efd531abcad486a6b1abc21c13194bb0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 21 Jun 2013 13:00:51 +0100 Subject: Resolves: fdo#65635 don't include border gap in height for borderless edits Change-Id: If778fdeb5bdbd5a5cac33f57ef8d598ddc1408f2 (cherry picked from commit 0a5c151b62a7abc3fc4abaadb0b50c3047eb5f26) Reviewed-on: https://gerrit.libreoffice.org/4428 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- include/vcl/edit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx index 488758ab7d4a..11c1ae8c1d6b 100644 --- a/include/vcl/edit.hxx +++ b/include/vcl/edit.hxx @@ -122,7 +122,7 @@ protected: SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ); SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId ); SAL_DLLPRIVATE void ImplSetSelection( const Selection& rSelection, sal_Bool bPaint = sal_True ); - SAL_DLLPRIVATE int ImplGetNativeControlType(); + SAL_DLLPRIVATE int ImplGetNativeControlType() const; SAL_DLLPRIVATE long ImplGetExtraOffset() const; static SAL_DLLPRIVATE void ImplInvalidateOutermostBorder( Window* pWin ); -- cgit