diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-01 13:22:58 +0200 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2015-10-01 11:26:35 +0000 |
commit | a0649f316ec53e878b5c9ffef67adb712fe9935f (patch) | |
tree | 00037da921d3ccd3049d897a258548674ae77f32 /framework/inc/classes | |
parent | 33d165a9f18c4bfcf5b878adf7057195cda4194f (diff) |
Fix typos
Change-Id: Id94c03249b2752e88499628b3ad12936b361bb2f
Reviewed-on: https://gerrit.libreoffice.org/18950
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'framework/inc/classes')
-rw-r--r-- | framework/inc/classes/propertysethelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/classes/propertysethelper.hxx b/framework/inc/classes/propertysethelper.hxx index 241bfafb8ad1..0c15bb1499c9 100644 --- a/framework/inc/classes/propertysethelper.hxx +++ b/framework/inc/classes/propertysethelper.hxx @@ -91,7 +91,7 @@ class FWI_DLLPUBLIC PropertySetHelper : public css::beans::XPropertySet /** set a new owner for this helper. * * This owner is used as source for all broadcasted events. - * Further we hold it weak, because we dont wish to be disposed() .-) + * Further we hold it weak, because we don't wish to be disposed() .-) */ void impl_setPropertyChangeBroadcaster(const css::uno::Reference< css::uno::XInterface >& xBroadcaster); |