diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-04-09 15:30:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-04-09 21:13:49 +0200 |
commit | ec611d8ffdd9dea20ac373a7da4383379ed8bd3e (patch) | |
tree | 4fd62b840086a3c2258151faee67f7e5949f2acc /cui/source | |
parent | 4db804df44b1b4cb9512e02aaac8d45e986a03eb (diff) |
-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@redhat.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |