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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 9 10:45:19 UTC 2020


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

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

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

diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx
index f7629f338858..7610f076ff8a 100644
--- a/svx/source/unodraw/unoshap4.cxx
+++ b/svx/source/unodraw/unoshap4.cxx
@@ -242,7 +242,7 @@ bool SvxOle2Shape::getPropertyValueImpl( const OUString& rName, const SfxItemPro
                 }
                 if ( !bIsWMF )
                 {
-                    // #i119735# just use GetGDIMetaFile, it will create a bufferd version of contained bitmap now automatically
+                    // #i119735# 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