summaryrefslogtreecommitdiff
path: root/svx/source/dialog/orienthelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/orienthelper.cxx')
-rw-r--r--svx/source/dialog/orienthelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/orienthelper.cxx b/svx/source/dialog/orienthelper.cxx
index b8f9432ae377..e969cc272fa9 100644
--- a/svx/source/dialog/orienthelper.cxx
+++ b/svx/source/dialog/orienthelper.cxx
@@ -48,7 +48,7 @@ struct OrientationHelper_Impl
void ShowDependentWindows();
- DECL_LINK_TYPED( ClickHdl, Button*, void );
+ DECL_LINK( ClickHdl, Button*, void );
};
@@ -97,7 +97,7 @@ void OrientationHelper_Impl::ShowDependentWindows()
aIt->first->Show( mbVisible );
}
-IMPL_LINK_NOARG_TYPED(OrientationHelper_Impl, ClickHdl, Button*, void)
+IMPL_LINK_NOARG(OrientationHelper_Impl, ClickHdl, Button*, void)
{
EnableDependentWindows();
}