[Libreoffice-commits] core.git: editeng/source
Stephan Bergmann
sbergman at redhat.com
Thu Sep 15 13:36:16 UTC 2016
editeng/source/items/borderline.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 582321c1f6509868a054afe1daf757baf2ffbe88
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Sep 15 15:34:04 2016 +0200
Missing initialization of SvxBorderLine::m_pColorGapFn
...since 6dd4905a7ac93a48dc87358da3ba0a8078bbb6cf "loplugin:constantparam in
dbaccess..editeng"
Change-Id: Ib27615069ac1c7061ad691aada227ebdd70326e5
diff --git a/editeng/source/items/borderline.cxx b/editeng/source/items/borderline.cxx
index 16dd8fd..f6ffce8 100644
--- a/editeng/source/items/borderline.cxx
+++ b/editeng/source/items/borderline.cxx
@@ -101,6 +101,7 @@ SvxBorderLine::SvxBorderLine( const Color *pCol, long nWidth,
, m_bUseLeftTop( false )
, m_pColorOutFn( pColorOutFn )
, m_pColorInFn( pColorInFn )
+, m_pColorGapFn( nullptr )
{
if ( pCol )
aColor = *pCol;
More information about the Libreoffice-commits
mailing list