include/oox/core/xmlfilterbase.hxx |    2 +-
 svx/source/engine3d/view3d.cxx     |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8802f837dda98b52f1fee8a1c8643365a7af3132
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Tue Jul 1 21:41:56 2014 +0200

    Typos
    
    Change-Id: I7c3f115520d8c6a1fba997aeedddf96c01780e7e

diff --git a/include/oox/core/xmlfilterbase.hxx 
b/include/oox/core/xmlfilterbase.hxx
index 4737cef..c4aaff1 100644
--- a/include/oox/core/xmlfilterbase.hxx
+++ b/include/oox/core/xmlfilterbase.hxx
@@ -168,7 +168,7 @@ public:
      */
     OUString     addRelation( const ::com::sun::star::uno::Reference< 
::com::sun::star::io::XOutputStream > xOutputStream, const OUString& rType, 
const OUString& rTarget, bool bExternal = false );
 
-    /** Returns a stack of used textfields, used by the pptx importer to 
replace links to slidepages with rhe real page name */
+    /** Returns a stack of used textfields, used by the pptx importer to 
replace links to slidepages with the real page name */
     TextFieldStack& getTextFieldStack() const;
 
     /** Opens and returns the specified output stream from the base storage 
with specified media type.
diff --git a/svx/source/engine3d/view3d.cxx b/svx/source/engine3d/view3d.cxx
index 3ac2c0d..b9fd6d8 100644
--- a/svx/source/engine3d/view3d.cxx
+++ b/svx/source/engine3d/view3d.cxx
@@ -938,8 +938,8 @@ void E3dView::ConvertMarkedObjTo3D(bool bExtrude, 
basegfx::B2DPoint aPnt1, baseg
             }
         }
 
-        // Walk throguh the selection and convert it into 3D, complete with
-        // Convertion to SdrPathObject, also fonts
+        // Walk through the selection and convert it into 3D, complete with
+        // Conversion to SdrPathObject, also fonts
         for(sal_uInt32 a=0;a<GetMarkedObjectCount();a++)
         {
             SdrMark* pMark = GetSdrMarkByIndex(a);
@@ -1192,7 +1192,7 @@ bool E3dView::BegDragObj(const Point& rPnt, OutputDevice* 
pOut,
 {
     if(Is3DRotationCreationActive() && GetMarkedObjectCount())
     {
-        // Determine all selected polygons and return rhe mirrored helper 
overlay
+        // Determine all selected polygons and return the mirrored helper 
overlay
         mpMirrorOverlay->SetMirrorAxis(aRef1, aRef2);
     }
     else
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to