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

Julien Nabet serval2412 at yahoo.fr
Mon Dec 28 04:56:46 PST 2015


 sw/inc/pagepreviewlayout.hxx |    4 ++--
 vcl/source/gdi/pngread.cxx   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fb905e6457ba3f793d783523cdacfe3a9e8ac48f
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Dec 28 13:55:33 2015 +0100

    Typo: pysical->physical
    
    Change-Id: I73d006ee5de8294cc0dc1cf48a77c6e4466c49ae

diff --git a/sw/inc/pagepreviewlayout.hxx b/sw/inc/pagepreviewlayout.hxx
index 7c440be..1362733 100644
--- a/sw/inc/pagepreviewlayout.hxx
+++ b/sw/inc/pagepreviewlayout.hxx
@@ -530,7 +530,7 @@ public:
         @author OD
 
         @param _nPageNum
-        input parameter - pysical page number of preview page, for which the
+        input parameter - physical page number of preview page, for which the
         page size has to be returned.
 
         @return an object of class <Size>
@@ -542,7 +542,7 @@ public:
         @author OD
 
         @param _nPageNum
-        input parameter - pysical page number of preview page, for which the
+        input parameter - physical page number of preview page, for which the
         virtual page number has to be determined.
 
         @return virtual page number of page given by its physical page number,
diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx
index 7996f46..60b8d03 100644
--- a/vcl/source/gdi/pngread.cxx
+++ b/vcl/source/gdi/pngread.cxx
@@ -120,7 +120,7 @@ private:
     bool                mbStatus : 1;
     bool                mbIDAT : 1;         // true if finished with enough IDAT chunks
     bool                mbGamma : 1;        // true if Gamma Correction available
-    bool                mbpHYs : 1;         // true if pysical size of pixel available
+    bool                mbpHYs : 1;         // true if physical size of pixel available
     bool                mbIgnoreGammaChunk : 1;
 
 #if OSL_DEBUG_LEVEL > 0


More information about the Libreoffice-commits mailing list