summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpanoskorovesis <panoskorovesis@outlook.com>2021-08-02 20:07:36 +0300
committerTomaž Vajngerl <quikee@gmail.com>2021-08-03 04:50:33 +0200
commit04073bc1b53a8e2b7376c1a40c02c60adc69fde0 (patch)
tree29aaa7972bfc441ad3d0a89ead0afe1681c6ae98 /include
parent46377cb8abcc20fd083c981b2e14ebc4ba78804a (diff)
Add Handler for StretchText Write
The handler separates MetaStretchTextAction::Write from metaact.hxx Write implementation is now in SvmWriter.hxx Change-Id: I1e5df474921796c064aa83406356b38bd2431451 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119901 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/filter/SvmWriter.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/filter/SvmWriter.hxx b/include/vcl/filter/SvmWriter.hxx
index 2b6f8f9db997..d42780b828af 100644
--- a/include/vcl/filter/SvmWriter.hxx
+++ b/include/vcl/filter/SvmWriter.hxx
@@ -53,4 +53,5 @@ public:
void PolyPolygonHandler(MetaPolyPolygonAction* pAction);
void TextHandler(MetaTextAction* pAction, ImplMetaWriteData* pData);
void TextArrayHandler(MetaTextArrayAction* pAction, ImplMetaWriteData* pData);
+ void StretchTextHandler(MetaStretchTextAction* pAction, ImplMetaWriteData* pData);
}; \ No newline at end of file