Kaydet (Commit) b2cf009d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo

Change-Id: Ib5868b98bb4729e8cedb7194549ce4fd1dcd09fe
Reviewed-on: https://gerrit.libreoffice.org/71030
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 7a3e4f5f
...@@ -183,7 +183,7 @@ namespace comphelper ...@@ -183,7 +183,7 @@ namespace comphelper
private: private:
void impl_initValues_throw( const Sequence< Pair< Any, Any > >& _initialValues ); void impl_initValues_throw( const Sequence< Pair< Any, Any > >& _initialValues );
/// throws a IllegalTypeException if the given value is not compatible with our ValueType /// throws an IllegalTypeException if the given value is not compatible with our ValueType
void impl_checkValue_throw( const Any& _value ) const; void impl_checkValue_throw( const Any& _value ) const;
void impl_checkKey_throw( const Any& _key ) const; void impl_checkKey_throw( const Any& _key ) const;
void impl_checkNaN_throw( const Any& _keyOrValue, const Type& _keyOrValueType ) const; void impl_checkNaN_throw( const Any& _keyOrValue, const Type& _keyOrValueType ) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment