[Libreoffice-commits] core.git: offapi/com reportbuilder/java sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 16 20:19:53 UTC 2019
offapi/com/sun/star/document/XGraphicObjectResolver.idl | 2 +-
offapi/com/sun/star/form/validation/ValidatableControlModel.idl | 2 +-
offapi/com/sun/star/ucb/ListEvent.idl | 2 +-
reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java | 2 +-
sc/source/filter/inc/stylesbuffer.hxx | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 0650ffefe0ff680e0ef7de9cce724b0e47d8c359
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 16 21:40:43 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 16 22:19:01 2019 +0200
Fix typos
Change-Id: Ia8335622cb2e2b44f2b1ee36f7370b126d1ae642
Reviewed-on: https://gerrit.libreoffice.org/77610
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/offapi/com/sun/star/document/XGraphicObjectResolver.idl b/offapi/com/sun/star/document/XGraphicObjectResolver.idl
index ea8f5ea270b7..2296a0c2c6cb 100644
--- a/offapi/com/sun/star/document/XGraphicObjectResolver.idl
+++ b/offapi/com/sun/star/document/XGraphicObjectResolver.idl
@@ -36,7 +36,7 @@ published interface XGraphicObjectResolver: com::sun::star::uno::XInterface
/** converts the given URL from the source URL namespace to the destination
URL space of this instance.
- @deprecated since LibreOffice 6.1 - throws an RuntimeException if called
+ @deprecated since LibreOffice 6.1 - throws a RuntimeException if called
*/
string resolveGraphicObjectURL( [in] string aURL );
};
diff --git a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
index 7af85a9282b5..cf5591e09bbb 100644
--- a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
+++ b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
@@ -49,7 +49,7 @@ service ValidatableControlModel
/** enables support for validating the value of the control model
- <p>Setting an retrieving the current validator of the control model is
+ <p>Setting and retrieving the current validator of the control model is
possible via the XValidatable interface (which
XValidatableFormComponent is derived from).</p>
diff --git a/offapi/com/sun/star/ucb/ListEvent.idl b/offapi/com/sun/star/ucb/ListEvent.idl
index 3f465515c09f..84a4f663b5a9 100644
--- a/offapi/com/sun/star/ucb/ListEvent.idl
+++ b/offapi/com/sun/star/ucb/ListEvent.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module ucb {
published struct ListEvent: com::sun::star::lang::EventObject
{
/** If you apply the given ListActions one after the other
- to the old version of an result set in given order, you will get the
+ to the old version of a result set in given order, you will get the
positions in the new version.
*/
sequence<ListAction> Changes;
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
index 11a3693463a0..956a6928361a 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
@@ -35,7 +35,7 @@ import org.jfree.report.structure.Element;
/**
* This layoutcontroller simply checks, whether the parent layout controller
* is an OfficeGroupLayoutController and whether this layout controller is
- * processing the normal flow or an repeating section. If a repeating section
+ * processing the normal flow or a repeating section. If a repeating section
* is being processed, an marker attribute is added to the element's call
* to OutputProcessor.startElement() and OutputProcessor.endElement().
*
diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx
index 61d438684761..897c7904156a 100644
--- a/sc/source/filter/inc/stylesbuffer.hxx
+++ b/sc/source/filter/inc/stylesbuffer.hxx
@@ -243,7 +243,7 @@ public:
const css::awt::FontDescriptor& getFontDescriptor() const { return maApiData.maDesc;}
/** Returns true, if the font requires rich text formatting in Calc.
@descr Example: Font escapement is a cell attribute in Excel, but Calc
- needs an rich text cell for this attribute. */
+ needs a rich text cell for this attribute. */
bool needsRichTextFormat() const;
void fillToItemSet( SfxItemSet& rItemSet, bool bEditEngineText, bool bSkipPoolDefs = false ) const;
More information about the Libreoffice-commits
mailing list