filter/source/msfilter/escherex.cxx | 2 +- filter/source/msfilter/msdffimp.cxx | 2 +- svx/source/sidebar/nbdtmg.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit a70b4f24043f7251fc2e7d2450ddfc2bd43a3f8f Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Dec 10 21:39:21 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Dec 10 22:52:42 2019 +0100 Fix typos Change-Id: I73f1f48272a95232658458dff1dc750112a4667e Reviewed-on: https://gerrit.libreoffice.org/84898 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx index 69559fbc98b0..3f3c580f9ff1 100644 --- a/filter/source/msfilter/escherex.cxx +++ b/filter/source/msfilter/escherex.cxx @@ -592,7 +592,7 @@ void EscherPropertyContainer::CreateFillProperties( if ( pObj ) { const SfxItemSet& aAttr( pObj->GetMergedItemSet() ); - // tranparency with gradient. Means the third setting in transparency page is set + // transparency with gradient. Means the third setting in transparency page is set bool bTransparentGradient = ( aAttr.GetItemState( XATTR_FILLFLOATTRANSPARENCE ) == SfxItemState::SET ) && aAttr.Get( XATTR_FILLFLOATTRANSPARENCE ).IsEnabled(); CreateFillProperties( rXPropSet, bEdge, bTransparentGradient ); diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx index 01827da5bc14..ff67a560d56d 100644 --- a/filter/source/msfilter/msdffimp.cxx +++ b/filter/source/msfilter/msdffimp.cxx @@ -2956,7 +2956,7 @@ void DffPropertyReader::ImportGradientColor( SfxItemSet& aSet,MSO_FillType eMSO_ aGrad.SetStartIntens( 100 ); aGrad.SetEndIntens( 100 ); aSet.Put( XFillGradientItem( OUString(), aGrad ) ); - //Construct tranparency item. This item can coordinate with both solid and gradient. + //Construct transparency item. This item can coordinate with both solid and gradient. if ( dTrans < 1.0 || dBackTrans < 1.0 ) { sal_uInt8 nStartCol = static_cast<sal_uInt8>( (1 - dTrans )* 255 ); diff --git a/svx/source/sidebar/nbdtmg.cxx b/svx/source/sidebar/nbdtmg.cxx index 0fe474c3784a..b2a7b06793a2 100644 --- a/svx/source/sidebar/nbdtmg.cxx +++ b/svx/source/sidebar/nbdtmg.cxx @@ -194,7 +194,7 @@ void NBOTypeMgrBase::ImplLoad(const OUString& filename) xIStm->ReadInt32( nNumIndex ); while (nNumIndex>=0 && nNumIndex<DEFAULT_NUM_VALUSET_COUNT) { SvxNumRule aNum(*xIStm); - //bullet color in font properties is not stored correctly. Need set tranparency bits manually + //bullet color in font properties is not stored correctly. Need set transparency bits manually for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) { SvxNumberFormat aFmt(aNum.GetLevel(i)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
