[Libreoffice-commits] core.git: sw/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 25 12:29:55 UTC 2021


 sw/source/filter/inc/wwstyles.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d2fb25e268838ccc23b264330b956f1c31f25dd
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Jul 25 12:01:04 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Jul 25 14:29:18 2021 +0200

    ofz#36537 Invalid-enum-value
    
    Change-Id: I39b8350766b3585424a6d247392a30c834d01fa3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119479
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/filter/inc/wwstyles.hxx b/sw/source/filter/inc/wwstyles.hxx
index 1cc6fdcc69c0..32dce11e3692 100644
--- a/sw/source/filter/inc/wwstyles.hxx
+++ b/sw/source/filter/inc/wwstyles.hxx
@@ -24,7 +24,7 @@
 
 namespace ww
 {
-    enum sti
+    enum sti : sal_uInt16
     {
         stiNormal = 0,                  // 0x0000
         stiLev1 = 1,                    // 0x0001


More information about the Libreoffice-commits mailing list