summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-14 16:53:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-16 14:18:01 +0000
commit918d85a82d6535932118247a7fb754dde9f49cd1 (patch)
tree70bcc4d9200df0c306fdd12fb4cb80e51297b1af /sfx2/source/dialog
parent71901bfedd9f0f6f31be8a9ff54253d56c10b5f3 (diff)
clang-cl loplugin: sfx2
Change-Id: Ided50d3573a40d50bb980ccba78de7129c42cffd Reviewed-on: https://gerrit.libreoffice.org/29852 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r--sfx2/source/dialog/filedlghelper.cxx2
1 files changed, 2 insertions, 0 deletions
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
}