summaryrefslogtreecommitdiffstats
path: root/include/svx/rubydialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/rubydialog.hxx')
-rw-r--r--include/svx/rubydialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/rubydialog.hxx b/include/svx/rubydialog.hxx
index f3afb3f35868..d509c18b62d8 100644
--- a/include/svx/rubydialog.hxx
+++ b/include/svx/rubydialog.hxx
@@ -72,8 +72,8 @@ public:
: Edit(pParent, WB_BORDER)
{
}
- void SetScrollHdl(Link<sal_Int32,bool>& rLink) {aScrollHdl = rLink;}
- void SetJumpHdl(Link<sal_Int32,void>& rLink) {aJumpHdl = rLink;}
+ void SetScrollHdl(Link<sal_Int32,bool> const & rLink) {aScrollHdl = rLink;}
+ void SetJumpHdl(Link<sal_Int32,void> const & rLink) {aJumpHdl = rLink;}
};