diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-01-25 03:26:21 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-01-25 14:24:06 +0100 |
commit | 3e36b6b1fc13b34dd82c79998bd1f73b8c7f15f8 (patch) | |
tree | aad3064eb7bd4c60dcb24cc0deb81663e651a7f4 /test/source/beans | |
parent | 12764e7decb7dfbd1581be5611f45220d3f31b64 (diff) |
Fix typos
Change-Id: I57e99100d76d64bd9a7cf27016bbb02de9ed9d6a
Reviewed-on: https://gerrit.libreoffice.org/66893
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'test/source/beans')
-rw-r--r-- | test/source/beans/xpropertyset.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/source/beans/xpropertyset.cxx b/test/source/beans/xpropertyset.cxx index f0b6ac67e3b5..b67c485a17a7 100644 --- a/test/source/beans/xpropertyset.cxx +++ b/test/source/beans/xpropertyset.cxx @@ -76,7 +76,7 @@ public: virtual void SAL_CALL disposing(const lang::EventObject& /* xEventObj */) override {} }; -void XPropertySet::testPropertyChangeListner() +void XPropertySet::testPropertyChangeListener() { uno::Reference<beans::XPropertySet> xPropSet(init(), uno::UNO_QUERY_THROW); uno::Reference<beans::XPropertySetInfo> xPropInfo = xPropSet->getPropertySetInfo(); @@ -100,7 +100,7 @@ void XPropertySet::testPropertyChangeListner() } } -void XPropertySet::testVetoableChangeListner() +void XPropertySet::testVetoableChangeListener() { uno::Reference<beans::XPropertySet> xPropSet(init(), uno::UNO_QUERY_THROW); uno::Reference<beans::XPropertySetInfo> xPropInfo = xPropSet->getPropertySetInfo(); |