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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 27 09:10:52 UTC 2021


 fpicker/source/win32/VistaFilePickerImpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6fc4d07b26869bdaf7b768e4548f1a15941fdbba
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Apr 27 08:49:08 2021 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Apr 27 11:10:11 2021 +0200

    loplugin:indentation (clang-cl)
    
    Change-Id: Idd1b0282efd1aac524067504a956f0fccdbce6d8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114694
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/fpicker/source/win32/VistaFilePickerImpl.cxx b/fpicker/source/win32/VistaFilePickerImpl.cxx
index 0c1518b9527c..a38e237e2511 100644
--- a/fpicker/source/win32/VistaFilePickerImpl.cxx
+++ b/fpicker/source/win32/VistaFilePickerImpl.cxx
@@ -1184,7 +1184,7 @@ void VistaFilePickerImpl::impl_sta_EnableControl(Request& rRequest)
 void VistaFilePickerImpl::impl_SetDefaultExtension( const OUString& currentFilter )
 {
    TFileDialog iDialog = impl_getBaseDialogInterface();
-    if (!iDialog.is())
+   if (!iDialog.is())
         return;
 
    if (currentFilter.getLength())


More information about the Libreoffice-commits mailing list