summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorpanoskorovesis <panoskorovesis@outlook.com>2021-08-05 10:02:19 +0300
committerTomaž Vajngerl <quikee@gmail.com>2021-08-11 09:23:40 +0200
commitb50ea6333e31757ab7fb365299351d6aabe4c101 (patch)
tree342ce3ddac50704978bd10fd2fad75a9531134ce /include/vcl
parent79522b8e63c6435331f3cbf623c25f0849d7fd43 (diff)
Add Handler for Hatch Write
The handler separates MetaHatchAction::Write from metaact.hxx Write implementation is now in SvmWriter.hxx Change-Id: I29587d4a9e9129c5425792e2f8873ee7414bdaa0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120264 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/filter/SvmWriter.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/filter/SvmWriter.hxx b/include/vcl/filter/SvmWriter.hxx
index c52b7387d79a..5bd4ea67dde3 100644
--- a/include/vcl/filter/SvmWriter.hxx
+++ b/include/vcl/filter/SvmWriter.hxx
@@ -67,6 +67,7 @@ public:
void MaskScalePartHandler(MetaMaskScalePartAction* pAction);
void GradientHandler(MetaGradientAction* pAction);
void GradientExHandler(MetaGradientExAction* pAction);
+ void HatchHandler(MetaHatchAction* pAction);
void OverlineColorHandler(MetaOverlineColorAction* pAction);
void TextAlignHandler(MetaTextAlignAction* pAction);
void MapModeHandler(MetaMapModeAction* pAction);