[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sw/source

Tor Lillqvist tml at collabora.com
Sun May 8 05:27:19 UTC 2016


 sw/source/uibase/uno/SwXDocumentSettings.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bd55be7ec88b1b8af3eb0b3b98be4f73453f9f89
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun May 8 08:25:31 2016 +0300

    -Werror=missing-field-initializers.
    
    Add missing initializer for member
    ‘comphelper::PropertyInfo::mnMemberId’.
    
    Change-Id: Id8c1adb24c68432ddbf6b491c419f359d228286a

diff --git a/sw/source/uibase/uno/SwXDocumentSettings.cxx b/sw/source/uibase/uno/SwXDocumentSettings.cxx
index 8b7083a..1d0df1b 100644
--- a/sw/source/uibase/uno/SwXDocumentSettings.cxx
+++ b/sw/source/uibase/uno/SwXDocumentSettings.cxx
@@ -207,7 +207,7 @@ static MasterPropertySetInfo * lcl_createSettingsInfo()
         { OUString("ApplyParagraphMarkFormatToNumbering"), HANDLE_APPLY_PARAGRAPH_MARK_FORMAT_TO_NUMBERING, cppu::UnoType<bool>::get(), 0, 0},
         { OUString("PropLineSpacingShrinksFirstLine"),       HANDLE_PROP_LINE_SPACING_SHRINKS_FIRST_LINE,         cppu::UnoType<bool>::get(),           0,   0},
         { OUString("SubtractFlysAnchoredAtFlys"),       HANDLE_SUBTRACT_FLYS,         cppu::UnoType<bool>::get(),           0,   0},
-        { OUString("InBrowseMode"), HANDLE_BROWSE_MODE, cppu::UnoType<bool>::get(), 0},
+        { OUString("InBrowseMode"), HANDLE_BROWSE_MODE, cppu::UnoType<bool>::get(), 0, 0},
 /*
  * As OS said, we don't have a view when we need to set this, so I have to
  * find another solution before adding them to this property set - MTG


More information about the Libreoffice-commits mailing list