summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-02-12 14:36:30 +0000
committerOliver Bolte <obo@openoffice.org>2009-02-12 14:36:30 +0000
commit09276c507f258de42469eba733670966a62a15b0 (patch)
treee9f3b38f8a62c7ecb7ebc71aa2f03b69c8f1d6d0 /forms
parent20cea29aa241c198cfbd6cdda9f4cf198e6933bd (diff)
CWS-TOOLING: integrate CWS fwk100
2009-01-20 15:34:21 +0100 as r266589 : #159095# dont activate tab pages if they will be created automaticaly; activate already created tab pages if its requested 2009-01-20 13:52:07 +0100 fs r266575 : #i87330# JavaCompatibleTextNotifications is not supported anymore 2009-01-20 13:51:36 +0100 fs r266574 : #i87330# in a multi line edit control's setText, use the proper notification method (which is disabled elsewhere when setText is called as part of setting the model's Text property)
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/Edit.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx
index 8b926ab05ff2..4ada0ca85861 100644
--- a/forms/source/component/Edit.cxx
+++ b/forms/source/component/Edit.cxx
@@ -283,10 +283,6 @@ IMPL_LINK(OEditControl, OnKeyPressed, void*, /*EMPTYARG*/)
void SAL_CALL OEditControl::createPeer( const Reference< XToolkit>& _rxToolkit, const Reference< XWindowPeer>& _rxParent ) throw ( RuntimeException )
{
OBoundControl::createPeer(_rxToolkit, _rxParent);
-
- Reference< XVclWindowPeer > xVclWindowPeer( getPeer(), UNO_QUERY );
- if ( xVclWindowPeer.is() )
- xVclWindowPeer->setProperty( ::rtl::OUString::createFromAscii("JavaCompatibleTextNotifications"), ::cppu::bool2any( sal_False ) );
}
/*************************************************************************/