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

New commits:
commit b9139ce4eada3950cea0ad4d6d71d062ccfe461d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Feb 9 11:10:19 2020 +0100
Commit:     Julien Nabet <serval2...@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 <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to