summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-16 11:31:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-16 23:19:34 +0200
commit0f93692fda4226323422cf82ce34ae4bd5e22fab (patch)
treed79d74bb5ffbc37df5580d67e43d013614d2cf9e /sfx2/qa
parent7c6fbd0ac3b5927b337aa69b132aba14e9b3103f (diff)
Fix typos
Change-Id: Ife28cd9399cfcb375bad764dac7424eda50d430d Reviewed-on: https://gerrit.libreoffice.org/52198 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java b/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java
index e4154db87220..7c42cdf1f303 100644
--- a/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java
+++ b/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java
@@ -132,7 +132,7 @@ public class GlobalEventBroadcaster {
proveExpectation(expected));
System.out.println("... done");
- System.out.println("opening an writer doc via Window-New Window");
+ System.out.println("opening a writer doc via Window-New Window");
notifyEvents.clear();
{
XTextDocument xTextDoc = wHelper.openFromDialog(".uno:NewWindow", "", false);
@@ -140,7 +140,7 @@ public class GlobalEventBroadcaster {
util.utils.waitForEventIdle(m_xMSF);
expected = new String[] { "OnUnfocus", "OnCreate", "OnViewCreated", "OnFocus", "OnUnfocus", "OnViewCreated", "OnFocus", };
- assertTrue("Wrong events fired when opening an writer doc via Window-New Window",
+ assertTrue("Wrong events fired when opening a writer doc via Window-New Window",
proveExpectation(expected));
System.out.println("... done");