summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-20 07:57:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-20 07:57:02 +0100
commit62820766ef00c93192e0e8a7ce7c8f77f84a710e (patch)
tree057df890318bd7757111cd2a6086f253320b1a65 /svtools
parentTypo: intead->instead (diff)
downloadcore-62820766ef00c93192e0e8a7ce7c8f77f84a710e.tar.gz
core-62820766ef00c93192e0e8a7ce7c8f77f84a710e.zip
Typo: (O/o)veride(n)->(O/o)verride(n)
Change-Id: Ied81ede9aaf045866596adc40d357cbbddb3d704
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/unoimap.cxx4
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 )
{