summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-11-08 10:15:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-11-08 11:29:02 +0100
commit456300d4fbea0f27453973b50d148753d0315b80 (patch)
treeeaae74755b2e7f0e86bf73b6f0fc28f5d7b2acac /sfx2
parent05bec2bc26c02177a56df9792b083eb04b99f778 (diff)
loplugin:indentation (clang-cl)
Change-Id: Id3031852a9e4d58c7caad68b91a0633bcd7a2489 Reviewed-on: https://gerrit.libreoffice.org/82270 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/filedlghelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx
index 9cab722760bd..a6a9dc675054 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -1287,7 +1287,7 @@ sal_Int16 FileDialogHelper_Impl::implDoExecute()
}
else
#endif
- nRet = mxFileDlg->execute();
+ nRet = mxFileDlg->execute();
}
catch( const Exception& )
{