summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextmodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/richtextmodel.cxx')
-rw-r--r--forms/source/richtext/richtextmodel.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/forms/source/richtext/richtextmodel.cxx b/forms/source/richtext/richtextmodel.cxx
index 2bbe7f70d632..5d1aeccb4c79 100644
--- a/forms/source/richtext/richtextmodel.cxx
+++ b/forms/source/richtext/richtextmodel.cxx
@@ -552,7 +552,7 @@ namespace frm
}
- IMPL_LINK_NOARG( ORichTextModel, OnEngineContentModified )
+ IMPL_LINK_NOARG_TYPED( ORichTextModel, OnEngineContentModified, LinkParamNone*, void )
{
if ( !m_bSettingEngineText )
{
@@ -564,8 +564,6 @@ namespace frm
// On the other hand, the API *requires* us to notify changes in the "Text"
// property immediately ...
}
-
- return 0L;
}