diff options
author | panoskorovesis <panoskorovesis@outlook.com> | 2021-07-31 13:46:39 +0300 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-02 15:50:20 +0200 |
commit | c878a2227192021eeabb1143b0f374df43d32a56 (patch) | |
tree | f70af9b9f4e5171a55ed601f1e62147c8f397ca6 /include | |
parent | 8de81db4e3fca488d50db2d74734109b31541a6f (diff) |
Add Handler for Arc Write
The handler separates MetaArcAction::Write from metaact.hxx
Write implementation is now in SvmWriter.hxx
Change-Id: I141ba52e591ba38880f67669a2fb38e8c3e57f45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119734
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 6fd3ebf0d4ba..9729c562d485 100644 --- a/include/vcl/filter/SvmWriter.hxx +++ b/include/vcl/filter/SvmWriter.hxx @@ -45,4 +45,5 @@ public: void RectHandler(MetaRectAction* pAction); void RoundRectHandler(MetaRoundRectAction* pAction); void EllipseHandler(MetaEllipseAction* pAction); + void ArcHandler(MetaArcAction* pAction); };
\ No newline at end of file |