summaryrefslogtreecommitdiff
path: root/vcl/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-01 13:20:07 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-01 11:24:24 +0000
commit33d165a9f18c4bfcf5b878adf7057195cda4194f (patch)
tree2659ab993124affff6cc57eba3ac47e126c533d4 /vcl/qa
parent28803c28bda0c4bc3d94acf023d8eb96990c8f14 (diff)
Fix typos
Change-Id: I8fd769ca61d1ec1a915a012c0c2244056dc5bcb8 Reviewed-on: https://gerrit.libreoffice.org/18992 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'vcl/qa')
-rw-r--r--vcl/qa/complex/persistent_window_states/PersistentWindowTest.java2
-rw-r--r--vcl/qa/cppunit/timer.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java b/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java
index 5f2df615d82c..2123e8aad89e 100644
--- a/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java
+++ b/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java
@@ -242,7 +242,7 @@ public class PersistentWindowTest
DocumentHandle docHandle = null;
try
{
- // create component loaader
+ // create component loader
XComponentLoader xCompLoader = UnoRuntime.queryInterface(XComponentLoader.class, xMSF.createInstance("com.sun.star.frame.Desktop"));
XFramesSupplier xFrameSupp = UnoRuntime.queryInterface(XFramesSupplier.class, xCompLoader);
// close all existing frames
diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx
index c6daa16b432b..21c811db9dd2 100644
--- a/vcl/qa/cppunit/timer.cxx
+++ b/vcl/qa/cppunit/timer.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/*
- * Timers are evil beasties across platforms ...
+ * Timers are evil beasts across platforms...
*/
#include <test/bootstrapfixture.hxx>