From dd2fcfcadcb3027f5ae727697be77943358cfd28 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 27 Aug 2020 20:02:44 +0100 Subject: SwDashedLine doesn't have to inherit from FixedLine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8a903910a3563608d4762a57b3e125360ebca6c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101497 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/source/uibase/inc/DashedLine.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/uibase/inc/DashedLine.hxx') diff --git a/sw/source/uibase/inc/DashedLine.hxx b/sw/source/uibase/inc/DashedLine.hxx index 0492be67e589..38a3eab69fe1 100644 --- a/sw/source/uibase/inc/DashedLine.hxx +++ b/sw/source/uibase/inc/DashedLine.hxx @@ -9,11 +9,11 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_DASHEDLINE_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_DASHEDLINE_HXX -#include +#include /** Class for displaying a dashed line in the Writer GUI. */ -class SwDashedLine : public FixedLine +class SwDashedLine : public Control { Color& (*m_pColorFn)(); -- cgit