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

Miklos Vajna vmiklos at collabora.co.uk
Sun Mar 8 08:18:34 PDT 2015


 libreofficekit/source/gtk/lokdocview.c |    2 +-
 svx/source/svdraw/svdhdl.cxx           |    2 +-
 sw/source/core/view/viewsh.cxx         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit bb0cae0f967eed386b546dd7367c2cc1b274f555
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sun Mar 8 11:23:03 2015 +0100

    libreofficekit, svx, sw: fix typos
    
    Change-Id: I883c0b95d91ae9cb7e59b8f68ae0c8a3ebcb9f88
    Reviewed-on: https://gerrit.libreoffice.org/14796
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/libreofficekit/source/gtk/lokdocview.c b/libreofficekit/source/gtk/lokdocview.c
index 525bf84..672270f 100644
--- a/libreofficekit/source/gtk/lokdocview.c
+++ b/libreofficekit/source/gtk/lokdocview.c
@@ -277,7 +277,7 @@ SAL_DLLPUBLIC_EXPORT GtkWidget* lok_docview_new( LibreOfficeKit* pOffice )
     return GTK_WIDGET( pDocView );
 }
 
-// We know that VirtualDevises use a DPI of 96.
+// We know that VirtualDevices use a DPI of 96.
 static const int g_nDPI = 96;
 
 /// Converts from document coordinates to screen pixels.
diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx
index 66e3bc1..08afe88 100644
--- a/svx/source/svdraw/svdhdl.cxx
+++ b/svx/source/svdraw/svdhdl.cxx
@@ -372,7 +372,7 @@ void SdrHdl::SetHdlList(SdrHdlList* pList)
 {
     if(pHdlList != pList)
     {
-        // rememver list
+        // remember list
         pHdlList = pList;
 
         // now its possible to create graphic representation
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index e74f326..da36228 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -1790,7 +1790,7 @@ void SwViewShell::PaintTile(VirtualDevice &rDevice, int contextWidth, int contex
     aMapMode.SetOrigin(Point(-tilePosX, -tilePosY));
 
     // Scaling. Must convert from pixels to twips. We know
-    // that VirtualDevises use a DPI of 96.
+    // that VirtualDevices use a DPI of 96.
     Fraction scaleX = Fraction(contextWidth, 96) * Fraction(1440L) / Fraction(tileWidth);
     Fraction scaleY = Fraction(contextHeight, 96) * Fraction(1440L) / Fraction(tileHeight);
     aMapMode.SetScaleX(scaleX);


More information about the Libreoffice-commits mailing list