summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java2
-rw-r--r--include/svtools/acceleratorexecute.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
index c6bd94afa8bb..95fade57ece4 100644
--- a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
+++ b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
@@ -213,7 +213,7 @@ public class CheckXComponentLoader
loadURL(m_xLoader, RESULT_VALID_DOC, sURL, "_blank", 0, lProps);
// It's not needed to reset this using states!
- // Its done internally ...
+ // It's done internally...
if (!xIndicator.wasUsed())
{
System.out.println("External progress was not used for loading.");
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx
index d2b5969e6b9f..6c846bc5287e 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -160,7 +160,7 @@ class SVT_DLLPUBLIC AcceleratorExecute final : private TMutexInit
@return [bool]
true if this key is configured and match to a command.
Attention: This state does not mean the success state
- of the corresponding execute. Because its done asynchronous!
+ of the corresponding execute. Because it's done asynchronously!
*/
bool execute(const vcl::KeyCode& aKey);
bool execute(const css::awt::KeyEvent& aKey);