summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorpanoskorovesis <panoskorovesis@outlook.com>2021-08-04 16:13:27 +0300
committerTomaž Vajngerl <quikee@gmail.com>2021-08-10 09:49:55 +0200
commit640508cb3783fa9ba8ecf8acd257356c68b9cf48 (patch)
treeb496dd9f8e5e76907ce3b8f5a1c66ef8d206bf44 /include/vcl
parent23bb4465057ff71e3042fdb10d3a722ff54b861f (diff)
Add Handler for BmpExScale Write
The handler separates MetaBmpExScaleAction::Write from metaact.hxx Write implementation is now in SvmWriter.hxx Change-Id: Ie00f4a4d886c9c01a00c963b97dd905e05851b94 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120157 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl')
-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 54deb03a52dc..9bf3a3f50bc6 100644
--- a/include/vcl/filter/SvmWriter.hxx
+++ b/include/vcl/filter/SvmWriter.hxx
@@ -60,6 +60,7 @@ public:
void BmpScaleHandler(MetaBmpScaleAction* pAction);
void BmpScalePartHandler(MetaBmpScalePartAction* pAction);
void BmpExHandler(MetaBmpExAction* pAction);
+ void BmpExScaleHandler(MetaBmpExScaleAction* pAction);
void OverlineColorHandler(MetaOverlineColorAction* pAction);
void TextAlignHandler(MetaTextAlignAction* pAction);
void MapModeHandler(MetaMapModeAction* pAction);