diff options
author | panoskorovesis <panoskorovesis@outlook.com> | 2021-08-05 10:49:29 +0300 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-12 12:53:39 +0200 |
commit | a129b138043ee167f1043725f5d918bb8535a292 (patch) | |
tree | da955e6f4030ae538584f03fd62d65ecaedd78d7 /include | |
parent | 7ce78320b7bcf60ec2a2d661f3d91ab5ee89622e (diff) |
Add Handler for TextLineColor Write
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 <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/filter/SvmWriter.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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); |