diff options
author | Andras Timar <atimar@suse.com> | 2012-06-19 16:43:41 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-06-19 16:44:08 +0200 |
commit | 54e9a2839065daf54bd22749daa66c8c58fc7b23 (patch) | |
tree | 589dae79835e0491a83f4ac0ac96b6ddfbd49dfc /extensions | |
parent | ed4c2ab1e3f83cce828734b887e4884fc2f5ac4c (diff) |
typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/oleobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index 7c79ceb86980..d89ae85aa224 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -728,7 +728,7 @@ sal_Bool SAL_CALL IUnknownWrapper_Impl::hasProperty( const OUString& aName ) // we should probably just check the funckind // basic has been modified to handle properties ( 'get' ) props at - // least with paramaters + // least with parameters // additionally you can call invoke(Get|Set)Property on the bridge // you can determine if a property has parameter is hasMethod // returns true for the name |