summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-04-27 08:49:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-04-27 11:10:11 +0200
commit6fc4d07b26869bdaf7b768e4548f1a15941fdbba (patch)
tree4c0c5a85368909df1bab819769d72b43f2f7070d /fpicker
parentddd9082c397b97e4aa43daf998f3fe36cb8bb724 (diff)
loplugin:indentation (clang-cl)
Change-Id: Idd1b0282efd1aac524067504a956f0fccdbce6d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114694 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/VistaFilePickerImpl.cxx2
1 files changed, 1 insertions, 1 deletions
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())