From 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 04:49:39 +0200 Subject: fdo#60724 informations -> information Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863 --- forms/source/component/Currency.cxx | 2 +- forms/source/xforms/xpathlib/xpathlib.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'forms') diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx index 7df3e8e939d7..fecd337523eb 100644 --- a/forms/source/component/Currency.cxx +++ b/forms/source/component/Currency.cxx @@ -93,7 +93,7 @@ void OCurrencyModel::implConstruct() { try { - // get the system international informations + // get the system international information const SvtSysLocale aSysLocale; const LocaleDataWrapper& aLocaleInfo = aSysLocale.GetLocaleData(); diff --git a/forms/source/xforms/xpathlib/xpathlib.hxx b/forms/source/xforms/xpathlib/xpathlib.hxx index 7aebdc7e2dee..267f97940e20 100644 --- a/forms/source/xforms/xpathlib/xpathlib.hxx +++ b/forms/source/xforms/xpathlib/xpathlib.hxx @@ -29,7 +29,7 @@ /** * xmlXPathParserContext: * - * An XPath parser context. It contains pure parsing informations, + * An XPath parser context. It contains pure parsing information, * an xmlXPathContext, and the stack of objects. */ -- cgit