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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 9 19:14:34 UTC 2021


 cui/source/options/optgdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec611d8ffdd9dea20ac373a7da4383379ed8bd3e
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Apr 9 15:30:39 2021 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Apr 9 21:13:49 2021 +0200

    -Werror,-Wreorder-ctor (clang-cl)
    
    Change-Id: I3c5fd8e875c6c0d36e97d76b0c51308799eeb351
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113875
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 7ec04487d5c0..4bb8eb7713d6 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -173,8 +173,8 @@ OfaMiscTabPage::OfaMiscTabPage(weld::Container* pPage, weld::DialogController* p
 #endif
 #if defined(_WIN32)
     , m_xFileAssocFrame(m_xBuilder->weld_widget("fileassoc"))
-    , m_xPerformFileExtCheck(m_xBuilder->weld_check_button("cbPerformFileExtCheck"))
     , m_xFileAssocBtn(m_xBuilder->weld_button("assocfiles"))
+    , m_xPerformFileExtCheck(m_xBuilder->weld_check_button("cbPerformFileExtCheck"))
 #endif
 {
     if (!lcl_HasSystemFilePicker())


More information about the Libreoffice-commits mailing list