From 465489d97ab9ffa0bfee02d80eb99aad771aee3f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:22:30 +0200 Subject: Fix typos Change-Id: Id884946cae0687d0b71c967e236e58df17567884 Reviewed-on: https://gerrit.libreoffice.org/16707 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- forms/source/component/ImageControl.hxx | 2 +- forms/source/xforms/datatypes.cxx | 2 +- forms/source/xforms/xpathlib/xpathlib.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'forms/source') diff --git a/forms/source/component/ImageControl.hxx b/forms/source/component/ImageControl.hxx index 1317c754932f..6122336c1c50 100644 --- a/forms/source/component/ImageControl.hxx +++ b/forms/source/component/ImageControl.hxx @@ -191,7 +191,7 @@ private: void implClearGraphics( bool _bForce ); bool implInsertGraphics(); - /** determines whether the control does currently have an empty grahic set + /** determines whether the control does currently have an empty graphic set */ bool impl_isEmptyGraphics_nothrow() const; }; diff --git a/forms/source/xforms/datatypes.cxx b/forms/source/xforms/datatypes.cxx index ab3ea3c27eae..089536f455b8 100644 --- a/forms/source/xforms/datatypes.cxx +++ b/forms/source/xforms/datatypes.cxx @@ -921,7 +921,7 @@ namespace xforms // (say "12345678"), while internally, and at submission time, this is cut to // some smaller value. - // Additionally, this of course does not care for strings which are no numers ... + // Additionally, this of course does not care for strings which are no numbers... return true; } diff --git a/forms/source/xforms/xpathlib/xpathlib.cxx b/forms/source/xforms/xpathlib/xpathlib.cxx index 0f3a9fcd0df2..c90a41388a96 100644 --- a/forms/source/xforms/xpathlib/xpathlib.cxx +++ b/forms/source/xforms/xpathlib/xpathlib.cxx @@ -488,7 +488,7 @@ void xforms_monthsFuction(xmlXPathParserContextPtr ctxt, int nargs) if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) { nMonths += nYears*12; - // Days, Houres, Minutes and seconds are ignored, see spec + // Days, Hours, Minutes and seconds are ignored, see spec if (bNegative) nMonths = 0 - nMonths; xmlXPathReturnNumber(ctxt, nMonths); -- cgit