summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-10 11:24:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 12:06:16 +0200
commit6dc42c82bade7ed1cf2cf142ab9137ad8f98e188 (patch)
tree489b02b29518b64bd0476da720045a6aa1610969 /sfx2/source
parent892cb24be673e8441a75bdde950c2087a24bdf74 (diff)
Use IMPL_LINK_NOARG[_TYPED] where applicable
Change-Id: I70598072c1d492e360ef46dd7b5ef5a2fa4be495
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/dialog/filedlghelper.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx
index b790240f2cf9..4ca83641e93d 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -1157,9 +1157,8 @@ void FileDialogHelper_Impl::setControlHelpIds( const sal_Int16* _pControlId, con
}
}
-IMPL_LINK( FileDialogHelper_Impl, InitControls, void*, NOTINTERESTEDIN )
+IMPL_LINK_NOARG( FileDialogHelper_Impl, InitControls )
{
- (void)NOTINTERESTEDIN;
mnPostUserEventId = 0;
enablePasswordBox( true );
updateFilterOptionsBox( );