[Libreoffice-commits] core.git: svx/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 9 11:17:11 UTC 2020


 svx/source/unodraw/unoshape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b9139ce4eada3950cea0ad4d6d71d062ccfe461d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Feb 9 11:10:19 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 9 12:16:34 2020 +0100

    Fix typo
    
    Change-Id: Ic203814f0bce207bb8b8b8590b825534609bdd8b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88321
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index d765654a4716..7f76521c90fd 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -2867,7 +2867,7 @@ bool SvxShape::getPropertyValueImpl( const OUString&, const SfxItemPropertySimpl
                 }
                 if ( !bIsWMF )
                 {
-                    // #119735# just use GetGDIMetaFile, it will create a bufferd version of contained bitmap now automatically
+                    // #119735# just use GetGDIMetaFile, it will create a buffered version of contained bitmap now automatically
                     GDIMetaFile aMtf(pObj->GetGraphic()->GetGDIMetaFile());
                     SvMemoryStream aDestStrm( 65535, 65535 );
                     ConvertGDIMetaFileToWMF( aMtf, aDestStrm, nullptr, false );


More information about the Libreoffice-commits mailing list