diff options
author | panoskorovesis <panoskorovesis@outlook.com> | 2021-08-02 20:01:32 +0300 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-03 04:49:32 +0200 |
commit | e3e0efb732b1f17ca9db50809d39eecc68961e0b (patch) | |
tree | 35c017605a0ea873aab1cb7a8125565d583253fb /include | |
parent | a3848e4e6b433e251c5e51f1e29d3c28d54a257c (diff) |
Add Handler for Text Write
The handler separates MetaTextAction::Write from metaact.hxx
Write implementation is now in SvmWriter.hxx
Change-Id: Ibc2b83802e74a2d7923ebfb45036751e9f012ede
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119899
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 f4019899c5ce..0fd822e86c6a 100644 --- a/include/vcl/filter/SvmWriter.hxx +++ b/include/vcl/filter/SvmWriter.hxx @@ -51,4 +51,5 @@ public: void PolyLineHandler(MetaPolyLineAction* pAction); void PolygonHandler(MetaPolygonAction* pAction); void PolyPolygonHandler(MetaPolyPolygonAction* pAction); + void TextHandler(MetaTextAction* pAction, ImplMetaWriteData* pData); };
\ No newline at end of file |