diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-03-06 09:23:09 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-03-06 10:54:23 +0100 |
commit | 06bd8d70ea06679c992f110c7a29fe045733e306 (patch) | |
tree | 53fa686e78e21bc073ab62bb514db76965bef366 /sw/source/uibase/inc/langhelper.hxx | |
parent | 35fad780879f0909187c7fa3cb3345814bdceb8c (diff) |
make CellTextAttr half the size
It's set for every cell with value.
Change-Id: Ie46617a621e6eb16b5f67d92e85bf2155e650fb1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131072
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sw/source/uibase/inc/langhelper.hxx')
-rw-r--r-- | sw/source/uibase/inc/langhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/langhelper.hxx b/sw/source/uibase/inc/langhelper.hxx index 8efc5931e574..9e4e467546d9 100644 --- a/sw/source/uibase/inc/langhelper.hxx +++ b/sw/source/uibase/inc/langhelper.hxx @@ -31,7 +31,7 @@ class OutlinerView; class SfxItemSet; class SfxRequest; struct ESelection; -enum class SvtScriptType; +enum class SvtScriptType : sal_uInt8; namespace SwLangHelper { |