From a129b138043ee167f1043725f5d918bb8535a292 Mon Sep 17 00:00:00 2001 From: panoskorovesis Date: Thu, 5 Aug 2021 10:49:29 +0300 Subject: Add Handler for TextLineColor Write MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The handler separates MetaTextLineColorAction::Write from metaact.hxx Remove default case as it's not needed anymore. Write implementation is now in SvmWriter.hxx' Change-Id: If0c23649d9fef49e07c558c8f7fddb028d5da9ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120372 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/vcl/filter/SvmWriter.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/vcl/filter/SvmWriter.hxx b/include/vcl/filter/SvmWriter.hxx index 073113bdeaad..8d2a195695b5 100644 --- a/include/vcl/filter/SvmWriter.hxx +++ b/include/vcl/filter/SvmWriter.hxx @@ -77,6 +77,7 @@ public: void FillColorHandler(MetaFillColorAction* pAction); void TextColorHandler(MetaTextColorAction* pAction); void TextFillColorHandler(MetaTextFillColorAction* pAction); + void TextLineColorHandler(MetaTextLineColorAction* pAction); void OverlineColorHandler(MetaOverlineColorAction* pAction); void TextAlignHandler(MetaTextAlignAction* pAction); void MapModeHandler(MetaMapModeAction* pAction); -- cgit