diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-15 14:19:08 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-08-15 19:04:41 +0200 |
commit | 76532719505a3d9b495911ce7f86b8cda8412a00 (patch) | |
tree | bc6cd8b59cf136c5c521aa8dea9e3c5d1865f8fe /reportdesign | |
parent | 9aee1dd5c7a4799fa02f0f64e6f733029c47a21a (diff) |
Fix typo: s/an other/another/g
Change-Id: Iab3302d20fb9b0be4b97331709f83f818a46b2da
Reviewed-on: https://gerrit.libreoffice.org/59100
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/qa/complex/reportdesign/ReportDesignerTest.java | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/report/dlgedfunc.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java index 7b86d15cc1f4..fef462031b69 100644 --- a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java +++ b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java @@ -382,7 +382,7 @@ public class ReportDesignerTest aOverwrite.Value = Boolean.TRUE; aPropertyList.add(aOverwrite); - // store the document in an other directory + // store the document in another directory XStorable aStorable = UnoRuntime.queryInterface(XStorable.class, _xComponent); if (aStorable != null) { diff --git a/reportdesign/source/ui/report/dlgedfunc.cxx b/reportdesign/source/ui/report/dlgedfunc.cxx index 2d07356bb356..8226116cb32c 100644 --- a/reportdesign/source/ui/report/dlgedfunc.cxx +++ b/reportdesign/source/ui/report/dlgedfunc.cxx @@ -499,7 +499,7 @@ void DlgEdFunc::checkMovementAllowed(const MouseEvent& rMEvt) { if ( isRectangleHit(rMEvt) ) { - // there is an other component under use, break action + // there is another component under use, break action m_pParent->getSectionWindow()->getViewsWindow()->BrkAction(); } // object was dragged |