[Libreoffice-commits] core.git: qadevOOo/tests sd/source test/source
Andrea Gelmini
andrea.gelmini at gelma.net
Mon Aug 7 18:29:23 UTC 2017
qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java | 2 +-
sd/source/ui/inc/DrawViewShell.hxx | 4 ++--
test/source/sheet/xspreadsheets.cxx | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 1dddfbbdce43203284bdf874c2ef5662d9cacb51
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Aug 7 17:17:08 2017 +0200
Fix typos
Change-Id: I1ba1886b47f89916be387603d5cb959ddd5f9e84
Reviewed-on: https://gerrit.libreoffice.org/40844
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java
index bc0de990ced7..9150a3ac0a39 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java
@@ -27,7 +27,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest {
/**
* calls the method and stores the result in the <br>
- * variable count. Is OK if no excpetion occurs
+ * variable count. It is OK if no exception occurs
*/
public void _getAccessibleActionCount() {
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index cc71ee554cbf..b4e7ddeb0207 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -327,8 +327,8 @@ public:
@param nId
The id is expected to be a number between zero (inclusive) and
the number of layers as returned by the
- <member>GetTabLayerCount</member> method (exclusive). Note that
- Invalid values are ignored. No excpetion is thrown in that case.
+ <member>GetTabLayerCount</member> method (exclusive). Note that
+ Invalid values are ignored. No exception is thrown in that case.
*/
void SetActiveTabLayerIndex (int nId);
diff --git a/test/source/sheet/xspreadsheets.cxx b/test/source/sheet/xspreadsheets.cxx
index 8c59258c1711..17e1a372ce9a 100644
--- a/test/source/sheet/xspreadsheets.cxx
+++ b/test/source/sheet/xspreadsheets.cxx
@@ -37,7 +37,7 @@ void XSpreadsheets::testInsertNewByNameBadName()
{
uno::Reference< sheet::XSpreadsheets > xSpreadsheets(init(), UNO_QUERY_THROW);
- CPPUNIT_ASSERT_THROW_MESSAGE("No excpetion thrown",
+ CPPUNIT_ASSERT_THROW_MESSAGE("No exception thrown",
xSpreadsheets->insertNewByName("$%#/?\\", 0),
uno::RuntimeException);
}
More information about the Libreoffice-commits
mailing list