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

Tomaž Vajngerl (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 26 06:39:00 UTC 2020


 vcl/inc/impgraph.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 53d65e6d41a5249cdc329a085545a51a355b6293
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Sun Apr 26 08:37:14 2020 +0200
Commit:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
CommitDate: Sun Apr 26 08:37:14 2020 +0200

    ImpGraphic: rename maEx to maBitmapEx in the comment too
    
    Change-Id: Ida7ecf82d9e54d3a3703b836870534dbf41e51ba

diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index 92dd0c078519..adddaca92499 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -56,7 +56,7 @@ private:
 
     GDIMetaFile                  maMetaFile;
     BitmapEx                     maBitmapEx;
-    /// If maEx is empty, this preferred size will be set on it when it gets initialized.
+    /// If maBitmapEx is empty, this preferred size will be set on it when it gets initialized.
     Size                         maExPrefSize;
     ImpSwapInfo                  maSwapInfo;
     std::unique_ptr<Animation>   mpAnimation;


More information about the Libreoffice-commits mailing list