From 7e1b156a4103bbb6d1dc110ffac53528c00b5dd2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 29 Nov 2012 15:37:10 +0100 Subject: fdo#57655: Improve wording Change-Id: I364155ffc76f6917e4d06c6231401609f75f3ed5 --- udkapi/com/sun/star/beans/PropertyAttribute.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl index ff25c6cd45f5..6c2a455fd711 100644 --- a/udkapi/com/sun/star/beans/PropertyAttribute.idl +++ b/udkapi/com/sun/star/beans/PropertyAttribute.idl @@ -44,7 +44,7 @@ published constants PropertyAttribute /** indicates that a PropertyChangeEvent will be fired to all registered XVetoableChangeListeners whenever the - value of this property changes. + value of this property is about to change.

This always implies that the property is bound, too.

*/ -- cgit