diff options
author | panoskorovesis <panoskorovesis@outlook.com> | 2021-08-03 10:02:04 +0300 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-04 00:54:34 +0200 |
commit | e58348e73b5f3f6eb8fd68eb50c1bc4b58f32104 (patch) | |
tree | 3d37f4f27453f6af1266404425b98b0a6073ef69 /include/vcl | |
parent | ca6e32efb563490a2c18599ee483c796fc5b159a (diff) |
Add Handler for Pop Write
The handler separates MetaPopAction::Write from metaact.hxx
Write implementation is now in SvmWriter.hxx
Change-Id: Ifd6768f74b503bfd2831b6b595e442727cfa2eac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119925
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl')
-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 044d7981b776..5c83bfd8913c 100644 --- a/include/vcl/filter/SvmWriter.hxx +++ b/include/vcl/filter/SvmWriter.hxx @@ -61,4 +61,5 @@ public: void MapModeHandler(MetaMapModeAction* pAction); void FontHandler(MetaFontAction* pAction, ImplMetaWriteData* pData); void PushHandler(MetaPushAction* pAction); + void PopHandler(MetaPopAction* pAction); };
\ No newline at end of file |