include/svl/languageoptions.hxx     |    2 +-
 sc/inc/document.hxx                 |    2 +-
 sc/inc/documentimport.hxx           |    2 +-
 sc/inc/global.hxx                   |    2 +-
 sc/source/filter/inc/htmlexp.hxx    |    2 +-
 sc/source/ui/inc/viewutil.hxx       |    2 +-
 sw/inc/breakit.hxx                  |    2 +-
 sw/inc/editsh.hxx                   |    2 +-
 sw/source/uibase/inc/langhelper.hxx |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 06bd8d70ea06679c992f110c7a29fe045733e306
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Sun Mar 6 09:23:09 2022 +0100
Commit:     Luboš Luňák <l.lu...@collabora.com>
CommitDate: Sun Mar 6 10:54:23 2022 +0100

    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.lu...@collabora.com>

diff --git a/include/svl/languageoptions.hxx b/include/svl/languageoptions.hxx
index d0a5d982ffca..e780ed4751e5 100644
--- a/include/svl/languageoptions.hxx
+++ b/include/svl/languageoptions.hxx
@@ -28,7 +28,7 @@
 
 // these defines can be ORed
 // note these values DO NOT match the values in css::i18n::ScriptType
-enum class SvtScriptType
+enum class SvtScriptType : sal_uInt8
 {
     NONE         = 0x00,
     LATIN        = 0x01,
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index ddd59d16f3d3..bca8c4bea5f5 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -61,7 +61,7 @@ namespace com::sun::star::chart2 { class XChartDocument; }
 
 class Timer;
 
-enum class SvtScriptType;
+enum class SvtScriptType : sal_uInt8;
 enum class ScMF;
 enum class FormulaError : sal_uInt16;
 enum class CharCompressType;
diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx
index 0e49e073fd62..a80053b6ff80 100644
--- a/sc/inc/documentimport.hxx
+++ b/sc/inc/documentimport.hxx
@@ -28,7 +28,7 @@ class ScStyleSheet;
 struct ScSetStringParam;
 struct ScTabOpParam;
 struct ScDocumentImportImpl;
-enum class SvtScriptType;
+enum class SvtScriptType : sal_uInt8;
 
 /**
  * Accessor class to ScDocument.  Its purpose is to allow import filter to
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 283231ddf5f1..5c6293432b67 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -44,7 +44,7 @@ namespace com::sun::star::uno { template <typename > class 
Reference; }
 class SfxItemSet;
 class SfxViewShell;
 struct ScCalcConfig;
-enum class SvtScriptType;
+enum class SvtScriptType : sal_uInt8;
 enum class FormulaError : sal_uInt16;
 enum class SvNumFormatType : sal_Int16;
 
diff --git a/sc/source/filter/inc/htmlexp.hxx b/sc/source/filter/inc/htmlexp.hxx
index 6aee6b953526..ad81b401064c 100644
--- a/sc/source/filter/inc/htmlexp.hxx
+++ b/sc/source/filter/inc/htmlexp.hxx
@@ -38,7 +38,7 @@ class SdrObject;
 class OutputDevice;
 class ScDrawLayer;
 class EditTextObject;
-enum class SvtScriptType;
+enum class SvtScriptType : sal_uInt8;
 namespace editeng { class SvxBorderLine; }
 
 namespace sc {
diff --git a/sc/source/ui/inc/viewutil.hxx b/sc/source/ui/inc/viewutil.hxx
index c05b201c4ba0..41367e6722f4 100644
--- a/sc/source/ui/inc/viewutil.hxx
+++ b/sc/source/ui/inc/viewutil.hxx
@@ -32,7 +32,7 @@ class ScChangeViewSettings;
 class ScDocument;
 class ScMarkData;
 class ScTabViewShell;
-enum class SvtScriptType;
+enum class SvtScriptType : sal_uInt8;
 enum class TransliterationFlags;
 
 
diff --git a/sw/inc/breakit.hxx b/sw/inc/breakit.hxx
index 7795e8b075a9..f7511decf5e1 100644
--- a/sw/inc/breakit.hxx
+++ b/sw/inc/breakit.hxx
@@ -26,7 +26,7 @@
 #include <i18nlangtag/languagetag.hxx>
 #include "swdllapi.h"
 
-enum class SvtScriptType;
+enum class SvtScriptType : sal_uInt8;
 namespace com::sun::star::i18n { class XBreakIterator; }
 namespace com::sun::star::uno { class XComponentContext; }
 
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 72571775af91..95faaf6003cd 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -84,7 +84,7 @@ struct SwConversionArgs;
 struct SvxSwAutoFormatFlags;
 struct SwInsertTableOptions;
 struct SwDBData;
-enum class SvtScriptType;
+enum class SvtScriptType : sal_uInt8;
 enum class SfxClassificationPolicyType;
 enum class RedlineFlags;
 enum class TransliterationFlags;
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
 {

Reply via email to