summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/borderline.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/items/borderline.cxx b/editeng/source/items/borderline.cxx
index 16dd8fdeb307..f6ffce807a0a 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;