diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-18 21:58:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-18 21:59:02 +0100 |
commit | 48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed (patch) | |
tree | fbc5a414ea499193b14a1c51a6a4bbd078bedbad /framework/source | |
parent | a9924d94e7db6db50b8b36a311f7d7abf80e4700 (diff) |
Typos
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/fwi/uielement/constitemcontainer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/fwi/uielement/constitemcontainer.cxx b/framework/source/fwi/uielement/constitemcontainer.cxx index 79a014125ff0..93eb99286a13 100644 --- a/framework/source/fwi/uielement/constitemcontainer.cxx +++ b/framework/source/fwi/uielement/constitemcontainer.cxx @@ -76,7 +76,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) { @@ -84,7 +84,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) { @@ -100,7 +100,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) { |