diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-18 15:53:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-18 20:09:04 +0200 |
commit | a7e0e800c5d1d13db81963b5295b21fb2bfd3ad7 (patch) | |
tree | a0ef070be4acafeb530d5e698569125b35c88916 /wizards/com | |
parent | d44a5250a4996bcfb2c66b8510f8a01a5888dd9f (diff) |
Fix typos
Change-Id: I85a91d24943430b42217ac91611f182059d8ec69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100919
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/com')
-rw-r--r-- | wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java index d55178ce857c..1c7a90ba3223 100644 --- a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java +++ b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java @@ -207,8 +207,8 @@ public class ReportBuilderImplementation extends ReportImplementationHelper } /** - * Returns the Frame of the underlieing Document - * @return Returns the Frame of the parent (underlieing) Document + * Returns the Frame of the underlying Document + * @return Returns the Frame of the parent (underlying) Document */ public XFrame getFrame() { |