From 918d85a82d6535932118247a7fb754dde9f49cd1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 14 Oct 2016 16:53:11 +0200 Subject: clang-cl loplugin: sfx2 Change-Id: Ided50d3573a40d50bb980ccba78de7129c42cffd Reviewed-on: https://gerrit.libreoffice.org/29852 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sfx2/source/dialog/filedlghelper.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sfx2/source/dialog') diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index 7f379f58cc1d..b24472d61694 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -1628,6 +1628,8 @@ void FileDialogHelper_Impl::verifyPath() maPath = SvtPathOptions().GetWorkPath(); mxFileDlg->setDisplayDirectory( maPath ); } +#else + (void) this; #endif } -- cgit