summaryrefslogtreecommitdiff
path: root/include/vcl/filter
diff options
context:
space:
mode:
authorpanoskorovesis <panoskorovesis@outlook.com>2021-08-05 09:47:54 +0300
committerTomaž Vajngerl <quikee@gmail.com>2021-08-11 09:20:00 +0200
commit1f875634f8edaf40dcf083024f03e6a623e48599 (patch)
tree6786bf30e339c7cb0094ef6a549d5b4e5b4b13ce /include/vcl/filter
parentdc23042b6adb62eb5b0963be04aa121d0cd66ff5 (diff)
Add Handler for MaskScalePart Write
The handler separates MetaMaskScalePartAction::Write from metaact.hxx Write implementation is now in SvmWriter.hxx Change-Id: I3c881495c013e6827c91027319a9cedcea7f96c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120258 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 4ec64cf9142f..3763ef8ab8c2 100644
--- a/include/vcl/filter/SvmWriter.hxx
+++ b/include/vcl/filter/SvmWriter.hxx
@@ -64,6 +64,7 @@ public:
void BmpExScalePartHandler(MetaBmpExScalePartAction* pAction);
void MaskHandler(MetaMaskAction* pAction);
void MaskScaleHandler(MetaMaskScaleAction* pAction);
+ void MaskScalePartHandler(MetaMaskScalePartAction* pAction);
void OverlineColorHandler(MetaOverlineColorAction* pAction);
void TextAlignHandler(MetaTextAlignAction* pAction);
void MapModeHandler(MetaMapModeAction* pAction);