diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-24 09:58:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-24 10:31:18 +0200 |
commit | d772b9bdc442c767fe99da74df375e5ecf6c8454 (patch) | |
tree | 09c605059d340df4a9129fb432b6f4598e1f2e61 /forms/source/richtext | |
parent | c3dc46723234c3fd5101a26ff374e59140997582 (diff) |
loplugin:constantfunction: forms
Change-Id: Icb1b4bb3fd73b54378b77fbaa6c41c3a0f03706a
Diffstat (limited to 'forms/source/richtext')
-rw-r--r-- | forms/source/richtext/richtextcontrol.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/forms/source/richtext/richtextcontrol.cxx b/forms/source/richtext/richtextcontrol.cxx index 87af6fc4df0b..76372c341660 100644 --- a/forms/source/richtext/richtextcontrol.cxx +++ b/forms/source/richtext/richtextcontrol.cxx @@ -179,7 +179,6 @@ namespace frm if ( !bReallyActAsRichText ) { UnoEditControl::createPeer( _rToolkit, _rParentPeer ); - OControl::initFormControlPeer( getPeer() ); return; } @@ -232,8 +231,6 @@ namespace frm } mbCreatingPeer = false; - - OControl::initFormControlPeer( getPeer() ); } } |