summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpanoskorovesis <panoskorovesis@outlook.com>2021-08-05 10:07:27 +0300
committerTomaž Vajngerl <quikee@gmail.com>2021-08-12 02:22:46 +0200
commitb0d1f39266ec0a3bef63e66c8d97ba1d6652734b (patch)
treec86e72d3e37918e78df16a7dbe8d11fb0667447b /include
parentf6032e23bbedebcbf32eeb56627d89489b52f024 (diff)
Add Handler for ClipRegion Write
The handler separates MetaClipRegionAction::Write from metaact.hxx Write implementation is now in SvmWriter.hxx Change-Id: If3f4682dbdef6a2a0bd11a51c4a4eb3a6ab8b0d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120307 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-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 c98570ff491a..e7c2a0adfbfe 100644
--- a/include/vcl/filter/SvmWriter.hxx
+++ b/include/vcl/filter/SvmWriter.hxx
@@ -69,6 +69,7 @@ public:
void GradientExHandler(MetaGradientExAction* pAction);
void HatchHandler(MetaHatchAction* pAction);
void WallpaperHandler(MetaWallpaperAction* pAction);
+ void ClipRegionHandler(MetaClipRegionAction* pAction);
void OverlineColorHandler(MetaOverlineColorAction* pAction);
void TextAlignHandler(MetaTextAlignAction* pAction);
void MapModeHandler(MetaMapModeAction* pAction);