summaryrefslogtreecommitdiff
path: root/include/vcl/filter
diff options
context:
space:
mode:
authorpanoskorovesis <panoskorovesis@outlook.com>2021-08-04 13:02:37 +0300
committerTomaž Vajngerl <quikee@gmail.com>2021-08-07 01:00:05 +0200
commitf41a03960933fba0e3177ea0463c5c9ec361bc96 (patch)
treec58a4eaa618149041a4c86a5b42253ab99ce3b0d /include/vcl/filter
parent1a04ee2643ba970ededf1259918dea0122b9166c (diff)
Add Handler for Comment Write
The handler separates MetaCommentAction::Write from metaact.hxx Write implementation is now in SvmWriter.hxx Change-Id: I2967b1f66c2467b622980ba3b65199ff8045d1b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120109 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/filter')
-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 ae2a690079c4..d1466c60a334 100644
--- a/include/vcl/filter/SvmWriter.hxx
+++ b/include/vcl/filter/SvmWriter.hxx
@@ -67,4 +67,5 @@ public:
void FloatTransparentHandler(MetaFloatTransparentAction* pAction);
void EPSHandler(MetaEPSAction* pAction);
void RefPointHandler(MetaRefPointAction* pAction);
+ void CommentHandler(MetaCommentAction* pAction);
}; \ No newline at end of file