From 11380b0a02164e1d4e2b94fb6c2f6b2119367ff0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 8 Mar 2021 17:29:01 +0100 Subject: loplugin:external (clang-cl) Change-Id: I543e7970e824c9d2ca504bbf3e4dd75a1ee2b4ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112175 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- fpicker/source/win32/VistaFilePickerImpl.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fpicker') diff --git a/fpicker/source/win32/VistaFilePickerImpl.cxx b/fpicker/source/win32/VistaFilePickerImpl.cxx index 2fef710b728a..b8642dd1f010 100644 --- a/fpicker/source/win32/VistaFilePickerImpl.cxx +++ b/fpicker/source/win32/VistaFilePickerImpl.cxx @@ -120,6 +120,8 @@ private: TFileDialog m_iDialog; }; +namespace { + template class TDialogImpl : public TDialogImplBase { public: @@ -142,6 +144,8 @@ public: } }; +} + using TSaveDialogImpl = TDialogImpl; using TFolderPickerDialogImpl = TDialogImpl; -- cgit