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

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


 vcl/source/filter/graphicfilter.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

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

diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx
index 4a2dae41dd20..088c9eeea3ec 100644
--- a/vcl/source/filter/graphicfilter.cxx
+++ b/vcl/source/filter/graphicfilter.cxx
@@ -1998,7 +1998,7 @@ ErrCode GraphicFilter::ExportGraphic( const Graphic& rGraphic, const OUString& r
                 if ( nVersion )
                     rOStm.SetVersion( nVersion );
 
-                // #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(aGraphic.GetGDIMetaFile());
 
                 aMTF.Write( rOStm );
@@ -2031,7 +2031,7 @@ ErrCode GraphicFilter::ExportGraphic( const Graphic& rGraphic, const OUString& r
 
                 if (!bDone)
                 {
-                    // #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
                     if (!ConvertGDIMetaFileToWMF(aGraphic.GetGDIMetaFile(), rOStm, &aConfigItem))
                         nStatus = ERRCODE_GRFILTER_FORMATERROR;
 
@@ -2064,7 +2064,7 @@ ErrCode GraphicFilter::ExportGraphic( const Graphic& rGraphic, const OUString& r
 
                 if (!bDone)
                 {
-                    // #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
                     if (!ConvertGDIMetaFileToEMF(aGraphic.GetGDIMetaFile(), rOStm))
                         nStatus = ERRCODE_GRFILTER_FORMATERROR;
 


More information about the Libreoffice-commits mailing list