diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 15:00:24 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 13:05:20 +0000 |
commit | 3f6da86e9fb9390d7c9f97769a79bddb265e43b4 (patch) | |
tree | 5d62edddedf3934bfc3318a258055539d94337a7 /cppuhelper | |
parent | a50539e2aa79bfef74c1100c252020972d436e77 (diff) |
Fix typos
Change-Id: I13c3dc33722f139582f27412d5d336264d3d15a3
Reviewed-on: https://gerrit.libreoffice.org/18942
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/propshlp.cxx | 2 | ||||
-rw-r--r-- | cppuhelper/source/weak.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index 2b6001fcc688..91f07bf29aaa 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -892,7 +892,7 @@ void OPropertySetHelper::setFastPropertyValues( // XMultiPropertySet /** - * The sequence may be conatain not known properties. The implementation + * The sequence may be contain not known properties. The implementation * must ignore these properties. */ void OPropertySetHelper::setPropertyValues( diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx index cf7ad1fc1b9c..661c687e8425 100644 --- a/cppuhelper/source/weak.cxx +++ b/cppuhelper/source/weak.cxx @@ -364,7 +364,7 @@ OWeakRefListener::~OWeakRefListener() { if (m_XWeakConnectionPoint.is()) { - acquire(); // dont die again + acquire(); // don't die again m_XWeakConnectionPoint->removeReference(static_cast<XReference*>(this)); } } |