Kaydet (Commit) 62820766 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: (O/o)veride(n)->(O/o)verride(n)

Change-Id: Ied81ede9aaf045866596adc40d357cbbddb3d704
üst 2d279bc7
......@@ -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 );
......
......@@ -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;
......
This diff is collapsed.
......@@ -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)
{
......
......@@ -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 )
{
......
......@@ -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;
......
......@@ -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#
......
......@@ -94,7 +94,7 @@ STDMETHODIMP CAccAction::get_keyBinding(
}
/**
* Overide of IUNOXWrapper.
* Override of IUNOXWrapper.
*
* @param pXInterface the pointer of UNO interface.
*/
......
......@@ -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);
};
......
......@@ -240,7 +240,7 @@ STDMETHODIMP CAccActionBase::get_keyBinding(
}
/**
* Overide of IUNOXWrapper.
* Override of IUNOXWrapper.
*
* @param pXInterface the pointer of UNO interface.
*/
......
......@@ -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 );
......
......@@ -59,7 +59,7 @@ STDMETHODIMP CAccComponent::get_background(IA2Color * background)
}
/**
* Overide of IUNOXWrapper.
* Override of IUNOXWrapper.
*
* @param pXInterface the pointer of UNO interface.
*/
......
......@@ -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);
};
......
......@@ -175,7 +175,7 @@ STDMETHODIMP CAccComponentBase::get_background(IA2Color * background)
}
/**
* Overide of IUNOXWrapper.
* Override of IUNOXWrapper.
*
* @param pXInterface the pointer of UNO interface.
*/
......
......@@ -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:
......
......@@ -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.
*/
......
......@@ -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:
......
......@@ -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:
......
......@@ -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:
......
......@@ -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:
......
......@@ -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);
......
......@@ -816,7 +816,7 @@ STDMETHODIMP CAccTable::unselectColumn(long column)
}
/**
* Overide of IUNOXWrapper.
* Override of IUNOXWrapper.
*
* @param pXInterface the pointer of UNO interface.
*/
......
......@@ -156,7 +156,7 @@ public:
STDMETHOD(get_modelChange)(IA2TableModelChange *modelChange);
// Overide of IUNOXWrapper.
// Override of IUNOXWrapper.
STDMETHOD(put_XInterface)(hyper pXInterface);
private:
......
......@@ -125,7 +125,7 @@ public:
STDMETHOD(get_oldText)( IA2TextSegment *oldText);
// Overide of IUNOXWrapper.
// Override of IUNOXWrapper.
STDMETHOD(put_XInterface)(hyper pXInterface);
};
......
......@@ -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:
......
......@@ -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:
......
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