summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 18:17:33 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 18:17:33 +0000
commit99281302fcd703cabf08b9394cf043f9ae50e0dc (patch)
tree746313cbbed0d8f37274b8be759c0a3e727d542d /offapi/com
parentb56e3ee931911ea02892799a02d6260868cb952a (diff)
INTEGRATION: CWS xmlfilter03_DEV300 (1.8.448); FILE MERGED
2008/02/13 15:31:12 dr 1.8.448.1: change </true> to <true/> and </false> to <false/>
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/text/textfield/ConditionalText.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/textfield/ConditionalText.idl b/offapi/com/sun/star/text/textfield/ConditionalText.idl
index 59e754231..e5bd34e19 100644
--- a/offapi/com/sun/star/text/textfield/ConditionalText.idl
+++ b/offapi/com/sun/star/text/textfield/ConditionalText.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: ConditionalText.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 06:55:50 $
+ * last change: $Author: kz $ $Date: 2008-03-05 19:17:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,10 +50,10 @@ published service ConditionalText
{
service com::sun::star::text::TextField;
- /** contains the text that is displayed if the condition evaluates to </TRUE>.
+ /** contains the text that is displayed if the condition evaluates to <TRUE/>.
*/
[property] string TrueContent;
- /** contains the text that is displayed if the condition evaluates to </FALSE>.
+ /** contains the text that is displayed if the condition evaluates to <FALSE/>.
*/
[property] string FalseContent;
/** contains the condition.