summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-19 14:03:27 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:47:07 -0500
commit5a616bedcb65923ab206dd29f9baf53bef33b3ab (patch)
treee703a126abb976dd75525eb8575fca55513233f8 /comphelper
parent3f7eeab6d893b6875436e37311ea83520a90dba3 (diff)
Fix typos
Change-Id: I2297bf392a405f02be2450f4624f1c9fc0b512ce Reviewed-on: https://gerrit.libreoffice.org/16373 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> (cherry picked from commit 9ed033917b0bdaeb663395224a5e5b8b20a67169)
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/opropertybag.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/property/opropertybag.hxx b/comphelper/source/property/opropertybag.hxx
index 48db10e1344e..2130b2d6fdb6 100644
--- a/comphelper/source/property/opropertybag.hxx
+++ b/comphelper/source/property/opropertybag.hxx
@@ -158,10 +158,10 @@ namespace comphelper
// XEnumerationAccess (base of XSet)
virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL createEnumeration( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- // XElementAccess (basf of XEnumerationAccess
+ // XElementAccess (base of XEnumerationAccess)
virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual sal_Bool SAL_CALL hasElements( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- /** === UNO interface implementations == **/
+ // UNO interface implementations
// XPropertyState
virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const SAL_OVERRIDE;