summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-19 14:03:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-06-21 19:56:13 +0000
commit9ed033917b0bdaeb663395224a5e5b8b20a67169 (patch)
treefee00e845d8a2790efd874e5946f2fd07557b156 /comphelper
parent703832caef64e212d276667c7f2d79e4018abeea (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>
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;