include/svx/view3d.hxx        |    2 +-
 include/tools/pathutils.hxx   |    2 +-
 sw/source/ui/vba/vbafield.cxx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 26f4e226dad0e7776b7243d9c7ef354ca9dfd50a
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sat Dec 20 16:42:04 2014 +0100

    Typo: paremeter/paramater=>parameter
    
    Change-Id: I26993b9cf01408803e0353e93079e56d1f57f589

diff --git a/include/svx/view3d.hxx b/include/svx/view3d.hxx
index faf43db..6cb641e 100644
--- a/include/svx/view3d.hxx
+++ b/include/svx/view3d.hxx
@@ -43,7 +43,7 @@ class SVX_DLLPUBLIC E3dView : public SdrView
 protected:
     E3dDefaultAttributes        a3DDefaultAttr;
     MouseEvent                  aMouseEvent;                    // The 
parameters of the last Events (Mouse, Keyboard)
-    Color                       aDefaultLightColor;             // The 
paramaters for the last colors
+    Color                       aDefaultLightColor;             // The 
parameters for the last colors
     Color                       aDefaultAmbientColor;
 
     double                      fDefaultScaleX;                 // Scaling
diff --git a/include/tools/pathutils.hxx b/include/tools/pathutils.hxx
index 6e61a29..666a250 100644
--- a/include/tools/pathutils.hxx
+++ b/include/tools/pathutils.hxx
@@ -50,7 +50,7 @@ WCHAR * filename(WCHAR * path);
     x might denote different directories).
 
     @param path
-        An output paremeter taking the resulting path; must point at a valid
+        An output parameter taking the resulting path; must point at a valid
         range of memory of size at least MAX_PATH.  If NULL is returned, the
         content is unspecified.
     @param frontBegin, frontEnd
diff --git a/sw/source/ui/vba/vbafield.cxx b/sw/source/ui/vba/vbafield.cxx
index 4c59b40..0011ea7 100644
--- a/sw/source/ui/vba/vbafield.cxx
+++ b/sw/source/ui/vba/vbafield.cxx
@@ -161,7 +161,7 @@ long SwVbaReadFieldParams::SkipToNextToken()
 
 // Output ppNext (if ppNext != 0) beginning of the search for the next 
parameter or 0
 
-// Return value: 0 if String-End reached, otherwise begin of the paramater or 
the string
+// Return value: 0 if String-End reached, otherwise begin of the parameter or 
the string
 
 sal_Int32 SwVbaReadFieldParams::FindNextStringPiece(const sal_Int32 nStart)
 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to