summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-12-21 12:24:01 +0000
committerOliver Bolte <obo@openoffice.org>2005-12-21 12:24:01 +0000
commit8dac547e86828063b246483638a8ccd276533207 (patch)
tree6843da023b9fb90307c6d01e1a23c0de314481c8 /forms/source
parent1e6321af73261234efbe77abde9fa752a1b99e91 (diff)
INTEGRATION: CWS dba202a (1.5.28); FILE MERGED
2005/11/28 16:25:45 fs 1.5.28.1: copying fix for #i49579# into this CWS
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/richtext/richtextmodel.hxx15
1 files changed, 12 insertions, 3 deletions
diff --git a/forms/source/richtext/richtextmodel.hxx b/forms/source/richtext/richtextmodel.hxx
index c822b90cf8ef..5db2be7bc9a0 100644
--- a/forms/source/richtext/richtextmodel.hxx
+++ b/forms/source/richtext/richtextmodel.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: richtextmodel.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:08:32 $
+ * last change: $Author: obo $ $Date: 2005-12-21 13:24:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -206,7 +206,16 @@ namespace frm
void implInit();
void implDoAggregation();
void implRegisterProperties();
- void implSetEngineText( const ::rtl::OUString& _rText );
+
+ /** propagates a new text to the EditEngine
+
+ This method needs to lock the global solar mutex, so our own mutex must not
+ be locked when calling.
+
+ @precond
+ our mutex is not locked
+ */
+ void impl_smlock_setEngineText( const ::rtl::OUString& _rText );
DECL_LINK( OnEngineContentModified, void* );