diff options
Diffstat (limited to 'include/svtools/unoevent.hxx')
-rw-r--r-- | include/svtools/unoevent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/unoevent.hxx b/include/svtools/unoevent.hxx index c2fc7bf1c36a..e3d2ef788d86 100644 --- a/include/svtools/unoevent.hxx +++ b/include/svtools/unoevent.hxx @@ -188,7 +188,7 @@ protected: * to be subclassed to implement the events for a specific * objects. The subclass has to * 1) supply the super class constructor with a list of known events (item IDs) - * 2) supply the super class constructor with a reference of it's parent object + * 2) supply the super class constructor with a reference of its parent object * (to prevent destruction) * 3) implement getItem() and setItem(...) methods. * |