diff options
-rw-r--r-- | UnoControls/source/controls/framecontrol.cxx | 2 | ||||
-rw-r--r-- | basic/source/classes/sbunoobj.cxx | 4 | ||||
-rw-r--r-- | basic/source/comp/exprgen.cxx | 2 | ||||
-rw-r--r-- | basic/source/sbx/sbxvar.cxx | 4 | ||||
-rw-r--r-- | hwpfilter/source/mzstring.h | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpsdwrect.hxx | 4 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfshadow.hxx | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/document/XInteractionFilterSelect.idl | 2 | ||||
-rw-r--r-- | svgio/inc/svgio/svgreader/svgtools.hxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/regionband.cxx | 2 |
10 files changed, 13 insertions, 13 deletions
diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx index 466fa299e817..be295f56b0b4 100644 --- a/UnoControls/source/controls/framecontrol.cxx +++ b/UnoControls/source/controls/framecontrol.cxx @@ -212,7 +212,7 @@ sal_Bool SAL_CALL FrameControl::setGraphics( const Reference< XGraphics >& /*xDe Reference< XGraphics > SAL_CALL FrameControl::getGraphics() throw( RuntimeException, std::exception ) { - // when its not posible to set graphics ! then its possible to return null + // when it's not possible to set graphics ! then it's possible to return null return Reference< XGraphics >(); } diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index 0ae9bd5e154d..ac69ddcb606b 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -2106,7 +2106,7 @@ void SbUnoObject::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, Any aRetAny = xPropSet->getPropertyValue( pProp->GetName() ); // The use of getPropertyValue (instead of using the index) is // suboptimal, but the refactoring to XInvocation is already pending - // Otherwise it is posible to use FastPropertySet + // Otherwise it is possible to use FastPropertySet // take over the value from Uno to Sbx unoToSbxValue( pVar, aRetAny ); @@ -2177,7 +2177,7 @@ void SbUnoObject::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, xPropSet->setPropertyValue( pProp->GetName(), aAnyValue ); // The use of getPropertyValue (instead of using the index) is // suboptimal, but the refactoring to XInvocation is already pending - // Otherwise it is posible to use FastPropertySet + // Otherwise it is possible to use FastPropertySet } catch( const Exception& ) { diff --git a/basic/source/comp/exprgen.cxx b/basic/source/comp/exprgen.cxx index 4f42a4d103e4..85259806c6ef 100644 --- a/basic/source/comp/exprgen.cxx +++ b/basic/source/comp/exprgen.cxx @@ -229,7 +229,7 @@ void SbiExprList::Gen() // For the present: trigger an error pParser->Error( SbERR_NO_NAMED_ARGS ); - // Later, if Named Args at DECLARE is posible + // Later, if Named Args at DECLARE is possible //for( sal_uInt16 i = 1 ; i < nParAnz ; i++ ) //{ // SbiSymDef* pDef = pPool->Get( i ); diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx index 52b115f019be..410fe4b72c65 100644 --- a/basic/source/sbx/sbxvar.cxx +++ b/basic/source/sbx/sbxvar.cxx @@ -234,7 +234,7 @@ const OUString& SbxVariable::GetName( SbxNameType t ) const } sal_Unicode cType = ' '; OUString aTmp( maName ); - // short type? Then fetch it, posible this is 0. + // short type? Then fetch it, possible this is 0. SbxDataType et = GetType(); if( t == SbxNAME_SHORT_TYPES ) { @@ -266,7 +266,7 @@ const OUString& SbxVariable::GetName( SbxNameType t ) const } aTmp += i->aName; cType = ' '; - // short type? Then fetch it, posible this is 0. + // short type? Then fetch it, possible this is 0. if( t == SbxNAME_SHORT_TYPES ) { if( nt <= SbxSTRING ) diff --git a/hwpfilter/source/mzstring.h b/hwpfilter/source/mzstring.h index 8c6f59419b3f..4ac98ce0edd0 100644 --- a/hwpfilter/source/mzstring.h +++ b/hwpfilter/source/mzstring.h @@ -90,7 +90,7 @@ class MzString const char* c_str() const; operator char*() { return (char *)c_str(); } -// If it is not posible to use the constructor with an initial +// If it is not possible to use the constructor with an initial // allocation size, use the following member to set the size. bool resize(int len); diff --git a/lotuswordpro/source/filter/lwpsdwrect.hxx b/lotuswordpro/source/filter/lwpsdwrect.hxx index dbcd37d0e4d3..525e44f29631 100644 --- a/lotuswordpro/source/filter/lwpsdwrect.hxx +++ b/lotuswordpro/source/filter/lwpsdwrect.hxx @@ -70,10 +70,10 @@ /** * @brief - * SdwRectangle: Not like rectangle in SODC, rectagles in Word Pro are + * SdwRectangle: Not like rectangle in SODC, rectangles in Word Pro are * defined by 4 points. So they can be any posture in the two-dimensional * coordinate system. The class is used to describ such rectangles. - * The foure corner points must be save in menber variable:m_nRectCorner + * The four corner points must be saved in member variable:m_nRectCorner * one after another. We assume the input order(the same order in .lwp files) * is as below: * diff --git a/lotuswordpro/source/filter/xfilter/xfshadow.hxx b/lotuswordpro/source/filter/xfilter/xfshadow.hxx index e9ed904c748f..9d9d872e561b 100644 --- a/lotuswordpro/source/filter/xfilter/xfshadow.hxx +++ b/lotuswordpro/source/filter/xfilter/xfshadow.hxx @@ -74,7 +74,7 @@ public: public: /** - * @descr set shadow position. You can refer to enumXFShadowPos to get all posible positions. + * @descr set shadow position. You can refer to enumXFShadowPos to get all possible positions. */ void SetPosition(enumXFShadowPos pos); diff --git a/offapi/com/sun/star/document/XInteractionFilterSelect.idl b/offapi/com/sun/star/document/XInteractionFilterSelect.idl index 19c752a2f083..0440fa1a45f8 100644 --- a/offapi/com/sun/star/document/XInteractionFilterSelect.idl +++ b/offapi/com/sun/star/document/XInteractionFilterSelect.idl @@ -48,7 +48,7 @@ published interface XInteractionFilterSelect : com::sun::star::task::XInteractio /** used by interaction to set selected filter <p> - This value must be save till another one will be set + This value must be saved till another one will be set and must be provided on getFilter() for interest users. </p> */ diff --git a/svgio/inc/svgio/svgreader/svgtools.hxx b/svgio/inc/svgio/svgreader/svgtools.hxx index a2f194090bab..d6781c99963e 100644 --- a/svgio/inc/svgio/svgreader/svgtools.hxx +++ b/svgio/inc/svgio/svgreader/svgtools.hxx @@ -35,7 +35,7 @@ namespace svgio void myAssert(const OUString& rMessage); #endif -// recommended value for this devise dependent unit, see CSS2 section 4.3.2 Lengths +// recommended value for this device dependent unit, see CSS2 section 4.3.2 Lengths #define F_SVG_PIXEL_PER_INCH 90.0 // common non-token strings diff --git a/vcl/source/gdi/regionband.cxx b/vcl/source/gdi/regionband.cxx index d1386cc1431f..0ef5034076b6 100644 --- a/vcl/source/gdi/regionband.cxx +++ b/vcl/source/gdi/regionband.cxx @@ -702,7 +702,7 @@ void RegionBand::Scale(double fScaleX, double fScaleY) void RegionBand::InsertBands(long nTop, long nBottom) { - // region empty? -> set rectagle as first entry! + // region empty? -> set rectangle as first entry! if ( !mpFirstBand ) { // add band with boundaries of the rectangle |