summaryrefslogtreecommitdiff
path: root/include/vcl/metaact.hxx
diff options
context:
space:
mode:
authorpanoskorovesis <panoskorovesis@outlook.com>2021-07-15 12:40:31 +0300
committerTomaž Vajngerl <quikee@gmail.com>2021-07-27 10:35:59 +0200
commit6cb0afa58048773bf3c3f6bbd28496e44e7d12c5 (patch)
treebd7c5fe3313ff47507b6e39ecd8324a373e30718 /include/vcl/metaact.hxx
parent3acb69e376f36952cc07827214b048d2d6196632 (diff)
Add Handler for LayoutMode Read
The handler separates MetaLayoutAction::Read from metaact.hxx Read implementation is now in SvmReader.hxx Change-Id: Idd9e8f2db42b0fc6028c192f3fcba11c59917e17 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119537 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/metaact.hxx')
-rw-r--r--include/vcl/metaact.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/metaact.hxx b/include/vcl/metaact.hxx
index be174299d1f1..c0a45d6bd426 100644
--- a/include/vcl/metaact.hxx
+++ b/include/vcl/metaact.hxx
@@ -1825,6 +1825,7 @@ public:
explicit MetaLayoutModeAction( ComplexTextLayoutFlags nLayoutMode );
ComplexTextLayoutFlags GetLayoutMode() const { return mnLayoutMode; }
+ void SetLayoutMode(const ComplexTextLayoutFlags nLayoutMode) { mnLayoutMode = nLayoutMode; }
};
class UNLESS_MERGELIBS(VCL_DLLPUBLIC) MetaTextLanguageAction final : public MetaAction