diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-12-20 16:42:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-12-20 16:42:04 +0100 |
commit | 26f4e226dad0e7776b7243d9c7ef354ca9dfd50a (patch) | |
tree | dc2c38cbe4ee1917dc54c624330bbb883d1cd438 | |
parent | b63571f510793376a334d346974d4d0d73b9a0ff (diff) |
Typo: paremeter/paramater=>parameter
Change-Id: I26993b9cf01408803e0353e93079e56d1f57f589
-rw-r--r-- | include/svx/view3d.hxx | 2 | ||||
-rw-r--r-- | include/tools/pathutils.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/vba/vbafield.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/view3d.hxx b/include/svx/view3d.hxx index faf43db81661..6cb641e1fc3d 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 6e61a29fea23..666a250d1583 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 4c59b40f7d7e..0011ea76a51d 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) { |