diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-29 15:37:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-29 15:37:10 +0100 |
commit | 7e1b156a4103bbb6d1dc110ffac53528c00b5dd2 (patch) | |
tree | bace1759c650ce27f67e1b8ba710486815a559ba /udkapi/com/sun/star/beans | |
parent | ef322b54fa92877cb237a157d66408112dcc2573 (diff) |
fdo#57655: Improve wording
Change-Id: I364155ffc76f6917e4d06c6231401609f75f3ed5
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r-- | udkapi/com/sun/star/beans/PropertyAttribute.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 <type>PropertyChangeEvent</type> will be fired to all registered <type>XVetoableChangeListener</type>s whenever the - value of this property changes. + value of this property is about to change. <p>This always implies that the property is <em>bound</em>, too. </p> */ |