cui/source/dialogs/SpellDialog.cxx           |    2 +-
 drawinglayer/source/tools/emfphelperdata.cxx |    2 +-
 include/svx/scene3d.hxx                      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 79ee6c979dcb87228836964af4f153f42edba745
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Tue Apr 17 18:26:40 2018 +0200

    Fix typos
    
    Change-Id: I3423511c0d7a13bd28e9a808e0d634148b759643
    Reviewed-on: https://gerrit.libreoffice.org/53057
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/cui/source/dialogs/SpellDialog.cxx 
b/cui/source/dialogs/SpellDialog.cxx
index e3242b486b30..b782ed533d73 100644
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -1958,7 +1958,7 @@ void SentenceEditWindow_Impl::UndoActionEnd()
 
 void SentenceEditWindow_Impl::MoveErrorEnd(long nOffset)
 {
-    // Shoudn't we always add the real signed value instead???
+    // Shouldn't we always add the real signed value instead???
     if(nOffset > 0)
         m_nErrorEnd = m_nErrorEnd - static_cast<sal_Int32>(nOffset);
     else
diff --git a/drawinglayer/source/tools/emfphelperdata.cxx 
b/drawinglayer/source/tools/emfphelperdata.cxx
index cdf79d378b49..3c9d10e62fd8 100644
--- a/drawinglayer/source/tools/emfphelperdata.cxx
+++ b/drawinglayer/source/tools/emfphelperdata.cxx
@@ -127,7 +127,7 @@ namespace emfplushelper
             }
             case UnitTypeMillimeter:
             {
-                SAL_INFO("drawinglayer", "EMF+\t TODO Test Converting 
Milimeters to Pixels, if it is working correctly.");
+                SAL_INFO("drawinglayer", "EMF+\t TODO Test Converting 
Millimeters to Pixels, if it is working correctly.");
                 return 3.779528f;
             }
             case UnitTypeDocument:
diff --git a/include/svx/scene3d.hxx b/include/svx/scene3d.hxx
index 3c54bf83b2b6..c3412eeeef64 100644
--- a/include/svx/scene3d.hxx
+++ b/include/svx/scene3d.hxx
@@ -168,7 +168,7 @@ public:
     void ResumeReportingDirtyRects();
     void SetAllSceneRectsDirty();
 
-    // set selection fropm E3dObject (temporary flag for 3D actions)
+    // set selection from E3dObject (temporary flag for 3D actions)
     virtual void SetSelected(bool bNew) override;
 
     // derived from SdrObjList
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to