diff options
author | panoskorovesis <panoskorovesis@outlook.com> | 2021-08-05 10:18:36 +0300 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-12 02:23:10 +0200 |
commit | 526646cb631bf56fc0fae25499a867399db81b02 (patch) | |
tree | 0e245aa30f7a6286248f2548053e754d66d97722 /include | |
parent | b0d1f39266ec0a3bef63e66c8d97ba1d6652734b (diff) |
Add Handler for ISectRectClipRegion Write
The handler separates MetaISectRectClipRegionAction::Write from metaact.hxx
Write implementation is now in SvmWriter.hxx
Change-Id: I999fa1baa4e3c34f3f83dc1d3973f961857f89d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120308
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 e7c2a0adfbfe..10d7658c3bb7 100644 --- a/include/vcl/filter/SvmWriter.hxx +++ b/include/vcl/filter/SvmWriter.hxx @@ -70,6 +70,7 @@ public: void HatchHandler(MetaHatchAction* pAction); void WallpaperHandler(MetaWallpaperAction* pAction); void ClipRegionHandler(MetaClipRegionAction* pAction); + void ISectRectClipRegionHandler(MetaISectRectClipRegionAction* pAction); void OverlineColorHandler(MetaOverlineColorAction* pAction); void TextAlignHandler(MetaTextAlignAction* pAction); void MapModeHandler(MetaMapModeAction* pAction); |