diff options
author | panoskorovesis <panoskorovesis@outlook.com> | 2021-08-04 10:21:39 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-08-06 10:49:23 +0200 |
commit | 9eae429060cd968026834943f26f04a567f33e04 (patch) | |
tree | 451475322025761976fb99b45995237988e7d52f /include | |
parent | fba03519001f606f5ed5e7ae892dd76f004931b2 (diff) |
Add Handler for Transparent Write
The handler separates MetaTransparentAction::Write from metaact.hxx
Write implementation is now in SvmWriter.hxx
Change-Id: I8ae0e9341f2319126afc64cb633a0199d2496976
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119966
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.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 79c0eec8c94c..ff26899cfaa5 100644 --- a/include/vcl/filter/SvmWriter.hxx +++ b/include/vcl/filter/SvmWriter.hxx @@ -63,4 +63,5 @@ public: void PushHandler(MetaPushAction* pAction); void PopHandler(MetaPopAction* pAction); void RasterOpHandler(MetaRasterOpAction* pAction); + void TransparentHandler(MetaTransparentAction* pAction); };
\ No newline at end of file |