From 62820766ef00c93192e0e8a7ce7c8f77f84a710e Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 20 Mar 2015 07:57:02 +0100 Subject: Typo: (O/o)veride(n)->(O/o)verride(n) Change-Id: Ied81ede9aaf045866596adc40d357cbbddb3d704 --- include/svx/svdmodel.hxx | 2 +- include/svx/unopool.hxx | 2 +- include/svx/unoshape.hxx | 28 +++++++++++----------- opencl/source/opencl_device.cxx | 2 +- svtools/source/uno/unoimap.cxx | 4 ++-- svx/source/unodraw/shapeimpl.hxx | 8 +++---- svx/source/unodraw/unoshape.cxx | 2 +- winaccessibility/source/UAccCOM/AccAction.cxx | 2 +- winaccessibility/source/UAccCOM/AccAction.h | 4 ++-- winaccessibility/source/UAccCOM/AccActionBase.cxx | 2 +- winaccessibility/source/UAccCOM/AccActionBase.h | 2 +- winaccessibility/source/UAccCOM/AccComponent.cxx | 2 +- winaccessibility/source/UAccCOM/AccComponent.h | 2 +- .../source/UAccCOM/AccComponentBase.cxx | 2 +- winaccessibility/source/UAccCOM/AccComponentBase.h | 2 +- .../source/UAccCOM/AccEditableText.cxx | 2 +- winaccessibility/source/UAccCOM/AccEditableText.h | 2 +- winaccessibility/source/UAccCOM/AccHyperLink.h | 4 ++-- winaccessibility/source/UAccCOM/AccHypertext.h | 2 +- winaccessibility/source/UAccCOM/AccImage.h | 2 +- winaccessibility/source/UAccCOM/AccRelation.h | 2 +- winaccessibility/source/UAccCOM/AccTable.cxx | 2 +- winaccessibility/source/UAccCOM/AccTable.h | 2 +- winaccessibility/source/UAccCOM/AccText.h | 2 +- winaccessibility/source/UAccCOM/AccTextBase.h | 2 +- winaccessibility/source/UAccCOM/AccValue.h | 2 +- 26 files changed, 45 insertions(+), 45 deletions(-) diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index ddd7330d11ab..388e82e679a3 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -579,7 +579,7 @@ public: void SetSdrUndoManager( SfxUndoManager* pUndoManager ); SfxUndoManager* GetSdrUndoManager() const; - /** applications can set their own undo factory to overide creation of + /** applications can set their own undo factory to override creation of undo actions. The SdrModel will become owner of the given SdrUndoFactory and delete it upon its destruction. */ void SetSdrUndoFactory( SdrUndoFactory* pUndoFactory ); diff --git a/include/svx/unopool.hxx b/include/svx/unopool.hxx index e7eaab1ca615..13391990d1be 100644 --- a/include/svx/unopool.hxx +++ b/include/svx/unopool.hxx @@ -51,7 +51,7 @@ public: */ virtual SfxItemPool* getModelPool( bool bReadOnly ) throw(); - // overiden helpers from comphelper::PropertySetHelper + // overriden helpers from comphelper::PropertySetHelper virtual void _setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const ::com::sun::star::uno::Any* pValues ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException ) SAL_OVERRIDE; virtual void _getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, ::com::sun::star::uno::Any* pValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException ) SAL_OVERRIDE; diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index de130b5676b5..20f2e22d497a 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -159,7 +159,7 @@ protected: void updateShapeKind(); void endSetPropertyValues(); - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception); virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception); virtual bool getPropertyStateImpl( const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::beans::PropertyState& rState ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException); @@ -327,7 +327,7 @@ protected: virtual void unlock() SAL_OVERRIDE; protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual bool getPropertyStateImpl( const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::beans::PropertyState& rState ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; @@ -567,7 +567,7 @@ public: class SVX_DLLPUBLIC SvxOle2Shape : public SvxShapeText { protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -602,7 +602,7 @@ protected: using SvxUnoTextRangeBase::setPropertyValue; using SvxUnoTextRangeBase::getPropertyValue; - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; @@ -633,7 +633,7 @@ protected: using SvxUnoTextRangeBase::getPropertyValue; public: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; @@ -658,7 +658,7 @@ protected: using SvxUnoTextRangeBase::setPropertyValue; using SvxUnoTextRangeBase::getPropertyValue; - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; @@ -684,7 +684,7 @@ protected: public: Svx3DSceneObject( SdrObject* pObj, SvxDrawPage* pDrawPage ) throw(); - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual bool getPropertyValueImpl(const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) @@ -727,7 +727,7 @@ public: class Svx3DCubeObject : public SvxShape { protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -747,7 +747,7 @@ class Svx3DSphereObject : public SvxShape public: Svx3DSphereObject( SdrObject* pObj ) throw(); protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -763,7 +763,7 @@ protected: class Svx3DLatheObject : public SvxShape { protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -783,7 +783,7 @@ class Svx3DExtrudeObject : public SvxShape public: Svx3DExtrudeObject( SdrObject* pObj ) throw(); protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -799,7 +799,7 @@ protected: class Svx3DPolygonObject : public SvxShape { protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -829,7 +829,7 @@ protected: public: SvxCustomShape( SdrObject* pObj ) throw (); - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -874,7 +874,7 @@ public: virtual ~SvxMediaShape() throw(); protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; diff --git a/opencl/source/opencl_device.cxx b/opencl/source/opencl_device.cxx index 14eb70358746..2a95d1c4b1a3 100644 --- a/opencl/source/opencl_device.cxx +++ b/opencl/source/opencl_device.cxx @@ -558,7 +558,7 @@ ds_device getDeviceSelection(const char* sProfilePath, bool bForceSelection) int bestDeviceIdx; pickBestDevice(profile, &bestDeviceIdx); - /* Overide if necessary */ + /* Override if necessary */ char* overrideDeviceStr = getenv("SC_OPENCL_DEVICE_OVERRIDE"); if (NULL != overrideDeviceStr) { 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 ) { diff --git a/svx/source/unodraw/shapeimpl.hxx b/svx/source/unodraw/shapeimpl.hxx index a2a5a730c6a6..4477b85a5dc2 100644 --- a/svx/source/unodraw/shapeimpl.hxx +++ b/svx/source/unodraw/shapeimpl.hxx @@ -29,7 +29,7 @@ public: class SvxPluginShape : public SvxOle2Shape { protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -47,7 +47,7 @@ public: class SvxAppletShape : public SvxOle2Shape { protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -65,7 +65,7 @@ public: class SvxFrameShape : public SvxOle2Shape { protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual bool getPropertyValueImpl(const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue) @@ -92,7 +92,7 @@ public: class SvxTableShape : public SvxShape { protected: - // overide these for special property handling in subcasses. Return true if property is handled + // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 5f98802ddb08..48f236392d0f 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -4103,7 +4103,7 @@ void SAL_CALL SvxShapeText::setString( const OUString& aString ) throw(uno::Runt SvxUnoTextBase::setString( aString ); } -// overide these for special property handling in subcasses. Return true if property is handled +// override these for special property handling in subcasses. Return true if property is handled bool SvxShapeText::setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) { // HACK-fix #99090# diff --git a/winaccessibility/source/UAccCOM/AccAction.cxx b/winaccessibility/source/UAccCOM/AccAction.cxx index 57568fa54a3f..bc21c6bb82dd 100644 --- a/winaccessibility/source/UAccCOM/AccAction.cxx +++ b/winaccessibility/source/UAccCOM/AccAction.cxx @@ -94,7 +94,7 @@ STDMETHODIMP CAccAction::get_keyBinding( } /** - * Overide of IUNOXWrapper. + * Override of IUNOXWrapper. * * @param pXInterface the pointer of UNO interface. */ diff --git a/winaccessibility/source/UAccCOM/AccAction.h b/winaccessibility/source/UAccCOM/AccAction.h index 0f85ce94f9da..2f22b95055ef 100644 --- a/winaccessibility/source/UAccCOM/AccAction.h +++ b/winaccessibility/source/UAccCOM/AccAction.h @@ -92,10 +92,10 @@ public: /* [length_is][length_is][size_is][size_is][out] */ BSTR __RPC_FAR *__RPC_FAR *keyBinding, /* [retval][out] */ long __RPC_FAR *nBinding); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XSubInterface)(hyper pXSubInterface); }; diff --git a/winaccessibility/source/UAccCOM/AccActionBase.cxx b/winaccessibility/source/UAccCOM/AccActionBase.cxx index 99ead428ea7c..b01e9c813a6b 100644 --- a/winaccessibility/source/UAccCOM/AccActionBase.cxx +++ b/winaccessibility/source/UAccCOM/AccActionBase.cxx @@ -240,7 +240,7 @@ STDMETHODIMP CAccActionBase::get_keyBinding( } /** - * Overide of IUNOXWrapper. + * Override of IUNOXWrapper. * * @param pXInterface the pointer of UNO interface. */ diff --git a/winaccessibility/source/UAccCOM/AccActionBase.h b/winaccessibility/source/UAccCOM/AccActionBase.h index 242112f7e785..0c7e1eb06dd9 100644 --- a/winaccessibility/source/UAccCOM/AccActionBase.h +++ b/winaccessibility/source/UAccCOM/AccActionBase.h @@ -61,7 +61,7 @@ public: /* [length_is][length_is][size_is][size_is][out] */ BSTR __RPC_FAR *__RPC_FAR *keyBinding, /* [retval][out] */ long __RPC_FAR *nBinding); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); static void GetkeyBindingStrByXkeyBinding( const com::sun::star::uno::Sequence< com::sun::star::awt::KeyStroke > &keySet, OLECHAR* pString ); diff --git a/winaccessibility/source/UAccCOM/AccComponent.cxx b/winaccessibility/source/UAccCOM/AccComponent.cxx index e9a7759b81ff..083d9ac0f76a 100644 --- a/winaccessibility/source/UAccCOM/AccComponent.cxx +++ b/winaccessibility/source/UAccCOM/AccComponent.cxx @@ -59,7 +59,7 @@ STDMETHODIMP CAccComponent::get_background(IA2Color * background) } /** - * Overide of IUNOXWrapper. + * Override of IUNOXWrapper. * * @param pXInterface the pointer of UNO interface. */ diff --git a/winaccessibility/source/UAccCOM/AccComponent.h b/winaccessibility/source/UAccCOM/AccComponent.h index f06689f662dc..897b996e428f 100644 --- a/winaccessibility/source/UAccCOM/AccComponent.h +++ b/winaccessibility/source/UAccCOM/AccComponent.h @@ -80,7 +80,7 @@ public: // Returns the background color of this object. STDMETHOD(get_background)(IA2Color * background); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); }; diff --git a/winaccessibility/source/UAccCOM/AccComponentBase.cxx b/winaccessibility/source/UAccCOM/AccComponentBase.cxx index 670783c9f7ae..7069d9a3d588 100644 --- a/winaccessibility/source/UAccCOM/AccComponentBase.cxx +++ b/winaccessibility/source/UAccCOM/AccComponentBase.cxx @@ -175,7 +175,7 @@ STDMETHODIMP CAccComponentBase::get_background(IA2Color * background) } /** - * Overide of IUNOXWrapper. + * Override of IUNOXWrapper. * * @param pXInterface the pointer of UNO interface. */ diff --git a/winaccessibility/source/UAccCOM/AccComponentBase.h b/winaccessibility/source/UAccCOM/AccComponentBase.h index 65092c896598..18481e48b5ee 100644 --- a/winaccessibility/source/UAccCOM/AccComponentBase.h +++ b/winaccessibility/source/UAccCOM/AccComponentBase.h @@ -52,7 +52,7 @@ public: // Returns the background color of this object. STDMETHOD(get_background)(IA2Color * background); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); protected: diff --git a/winaccessibility/source/UAccCOM/AccEditableText.cxx b/winaccessibility/source/UAccCOM/AccEditableText.cxx index 161a025b5189..701b04478489 100644 --- a/winaccessibility/source/UAccCOM/AccEditableText.cxx +++ b/winaccessibility/source/UAccCOM/AccEditableText.cxx @@ -471,7 +471,7 @@ void CAccEditableText::get_AnyFromOLECHAR(const ::rtl::OUString &ouName, const : } /** - * Overide of IUNOXWrapper. + * Override of IUNOXWrapper. * * @param pXInterface the pointer of UNO interface. */ diff --git a/winaccessibility/source/UAccCOM/AccEditableText.h b/winaccessibility/source/UAccCOM/AccEditableText.h index bc307f0f86ab..26ea735e8960 100644 --- a/winaccessibility/source/UAccCOM/AccEditableText.h +++ b/winaccessibility/source/UAccCOM/AccEditableText.h @@ -90,7 +90,7 @@ public: // Sets attributes of range of text. STDMETHOD(setAttributes)(long startOffset, long endOffset, BSTR * attributes); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); private: diff --git a/winaccessibility/source/UAccCOM/AccHyperLink.h b/winaccessibility/source/UAccCOM/AccHyperLink.h index dec489a4820b..a493aac12a66 100644 --- a/winaccessibility/source/UAccCOM/AccHyperLink.h +++ b/winaccessibility/source/UAccCOM/AccHyperLink.h @@ -113,10 +113,10 @@ public: // Returns whether the document referenced by this links is still valid. STDMETHOD(get_valid)(/* [retval][out] */ boolean __RPC_FAR *valid); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XSubInterface)(hyper pXSubInterface); private: diff --git a/winaccessibility/source/UAccCOM/AccHypertext.h b/winaccessibility/source/UAccCOM/AccHypertext.h index 17177f88082e..cd6bc960d101 100644 --- a/winaccessibility/source/UAccCOM/AccHypertext.h +++ b/winaccessibility/source/UAccCOM/AccHypertext.h @@ -141,7 +141,7 @@ public: // character index. STDMETHOD(get_hyperlinkIndex)(long charIndex, long *hyperlinkIndex); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); private: diff --git a/winaccessibility/source/UAccCOM/AccImage.h b/winaccessibility/source/UAccCOM/AccImage.h index 7c30018927ba..5a9ac8ef7059 100644 --- a/winaccessibility/source/UAccCOM/AccImage.h +++ b/winaccessibility/source/UAccCOM/AccImage.h @@ -77,7 +77,7 @@ public: long __RPC_FAR *height, long __RPC_FAR *width); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); private: diff --git a/winaccessibility/source/UAccCOM/AccRelation.h b/winaccessibility/source/UAccCOM/AccRelation.h index d63b076a66ac..354202b39bce 100644 --- a/winaccessibility/source/UAccCOM/AccRelation.h +++ b/winaccessibility/source/UAccCOM/AccRelation.h @@ -71,7 +71,7 @@ public: // Gets multiple accessible relation targets. STDMETHOD(get_targets)(long maxTargets, IUnknown * * target, long * nTargets); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XSubInterface)(hyper pXSubInterface); //static OLECHAR* getRelationTypeOLECHAR(int type); diff --git a/winaccessibility/source/UAccCOM/AccTable.cxx b/winaccessibility/source/UAccCOM/AccTable.cxx index 076e92a99c5d..8510a4415148 100644 --- a/winaccessibility/source/UAccCOM/AccTable.cxx +++ b/winaccessibility/source/UAccCOM/AccTable.cxx @@ -816,7 +816,7 @@ STDMETHODIMP CAccTable::unselectColumn(long column) } /** - * Overide of IUNOXWrapper. + * Override of IUNOXWrapper. * * @param pXInterface the pointer of UNO interface. */ diff --git a/winaccessibility/source/UAccCOM/AccTable.h b/winaccessibility/source/UAccCOM/AccTable.h index f6c09f94fcea..673437ecd7b1 100644 --- a/winaccessibility/source/UAccCOM/AccTable.h +++ b/winaccessibility/source/UAccCOM/AccTable.h @@ -156,7 +156,7 @@ public: STDMETHOD(get_modelChange)(IA2TableModelChange *modelChange); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); private: diff --git a/winaccessibility/source/UAccCOM/AccText.h b/winaccessibility/source/UAccCOM/AccText.h index d947855fceae..e00c406da038 100644 --- a/winaccessibility/source/UAccCOM/AccText.h +++ b/winaccessibility/source/UAccCOM/AccText.h @@ -125,7 +125,7 @@ public: STDMETHOD(get_oldText)( IA2TextSegment *oldText); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); }; diff --git a/winaccessibility/source/UAccCOM/AccTextBase.h b/winaccessibility/source/UAccCOM/AccTextBase.h index 80cb2f561ddf..1997c80a83f3 100644 --- a/winaccessibility/source/UAccCOM/AccTextBase.h +++ b/winaccessibility/source/UAccCOM/AccTextBase.h @@ -96,7 +96,7 @@ public: STDMETHOD(scrollSubstringTo)(long startIndex, long endIndex,enum IA2ScrollType scrollType); STDMETHOD(scrollSubstringToPoint)(long startIndex, long endIndex,enum IA2CoordinateType coordinateType, long x, long y ); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); private: diff --git a/winaccessibility/source/UAccCOM/AccValue.h b/winaccessibility/source/UAccCOM/AccValue.h index 0afd49bfb646..af67a67f4a04 100644 --- a/winaccessibility/source/UAccCOM/AccValue.h +++ b/winaccessibility/source/UAccCOM/AccValue.h @@ -79,7 +79,7 @@ public: // Returns the minimal value that can be represented by this object. STDMETHOD(get_minimumValue)(VARIANT *mininumValue); - // Overide of IUNOXWrapper. + // Override of IUNOXWrapper. STDMETHOD(put_XInterface)(hyper pXInterface); private: -- cgit