summaryrefslogtreecommitdiff
path: root/cppuhelper/source/propshlp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/propshlp.cxx')
-rw-r--r--cppuhelper/source/propshlp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 0f1239d03b58..62ad4c6d2940 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -94,7 +94,7 @@ OPropertySetHelperInfo_Impl::OPropertySetHelperInfo_Impl(
}
/**
- * Return the sequence of properties, which are provided throug the constructor.
+ * Return the sequence of properties, which are provided through the constructor.
*/
Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::com::sun::star::uno::RuntimeException, std::exception)
{
@@ -102,7 +102,7 @@ Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::co
}
/**
- * Return the sequence of properties, which are provided throug the constructor.
+ * Return the sequence of properties, which are provided through the constructor.
*/
Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException, std::exception)
{
@@ -118,7 +118,7 @@ Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & Proper
}
/**
- * Return the sequence of properties, which are provided throug the constructor.
+ * Return the sequence of properties, which are provided through the constructor.
*/
sal_Bool OPropertySetHelperInfo_Impl::hasPropertyByName( const OUString & PropertyName ) throw(::com::sun::star::uno::RuntimeException, std::exception)
{