diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 09:42:30 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:45:15 +0000 |
commit | 446568bfad252daf1861ea7e0c53fe4c72a31a53 (patch) | |
tree | dbbabaf897d0d761ddf867601e906092eba7e251 /udkapi/com/sun/star/script | |
parent | 65434e8701ab71c8bff8b0ac722d41b0592483dc (diff) |
Fix typos
Change-Id: I139e6948e92a7bcdce5a2197b9d3754cb9549a33
Reviewed-on: https://gerrit.libreoffice.org/34781
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'udkapi/com/sun/star/script')
-rw-r--r-- | udkapi/com/sun/star/script/XDefaultProperty.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/script/XDefaultProperty.idl b/udkapi/com/sun/star/script/XDefaultProperty.idl index beb98210fe85..45d39cb4e4f8 100644 --- a/udkapi/com/sun/star/script/XDefaultProperty.idl +++ b/udkapi/com/sun/star/script/XDefaultProperty.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module script { /** An object supporting this interface indicates to interested - parties or clients the name of the default propery for + parties or clients the name of the default property for this object. <p>For example where ExampleObject is an instance of an Object that supports this interface which returns the default property name |