diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-20 07:57:02 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-20 07:57:02 +0100 |
commit | 62820766ef00c93192e0e8a7ce7c8f77f84a710e (patch) | |
tree | 057df890318bd7757111cd2a6086f253320b1a65 /svtools/source | |
parent | 2d279bc7d96b26c0721605cc98bd8e07bd03b707 (diff) |
Typo: (O/o)veride(n)->(O/o)verride(n)
Change-Id: Ied81ede9aaf045866596adc40d357cbbddb3d704
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/uno/unoimap.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/unoimap.cxx b/svtools/source/uno/unoimap.cxx index ab16d84bc941..74f4ce948d36 100644 --- a/svtools/source/uno/unoimap.cxx +++ b/svtools/source/uno/unoimap.cxx @@ -81,7 +81,7 @@ public: SvMacroTableEventDescriptor* mpEvents; - // overiden helpers from PropertySetHelper + // overriden helpers from PropertySetHelper virtual void _setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues ) throw(UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException ) SAL_OVERRIDE; virtual void _getPropertyValues( const PropertyMapEntry** ppEntries, Any* pValue ) throw(UnknownPropertyException, WrappedTargetException ) SAL_OVERRIDE; @@ -408,7 +408,7 @@ OUString SAL_CALL SvUnoImageMapObject::getImplementationName() throw(RuntimeExce } } -// overiden helpers from PropertySetHelper +// overriden helpers from PropertySetHelper void SvUnoImageMapObject::_setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues ) throw(UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException ) { |