summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/funcutl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/ui/dlg/funcutl.cxx')
-rw-r--r--formula/source/ui/dlg/funcutl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/funcutl.cxx b/formula/source/ui/dlg/funcutl.cxx
index f35b81856978..a88e3694aba6 100644
--- a/formula/source/ui/dlg/funcutl.cxx
+++ b/formula/source/ui/dlg/funcutl.cxx
@@ -378,7 +378,7 @@ void EditBox::dispose()
// When the selection is changed this function will be called
void EditBox::SelectionChanged()
{
- aSelChangedLink.Call(this);
+ aSelChangedLink.Call(*this);
}
// When the size is changed, MultiLineEdit must be adapted..