diff options
Diffstat (limited to 'svx/source/dialog/orienthelper.cxx')
-rw-r--r-- | svx/source/dialog/orienthelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/orienthelper.cxx b/svx/source/dialog/orienthelper.cxx index 622f2efe9055..2b2f8925e8eb 100644 --- a/svx/source/dialog/orienthelper.cxx +++ b/svx/source/dialog/orienthelper.cxx @@ -106,7 +106,7 @@ void OrientationHelper_Impl::ShowDependentWindows() aIt->first->Show( mbVisible ); } -IMPL_LINK( OrientationHelper_Impl, ClickHdl, void*, EMPTYARG ) +IMPL_LINK_NOARG(OrientationHelper_Impl, ClickHdl) { EnableDependentWindows(); return 0L; |