From c9a0cbc856281b8f4e8bafb570127e291b282629 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 19 Aug 2020 13:25:12 +0200 Subject: Fix typos Change-Id: I58c510121a9f535b2a31854f10b5f6535554d379 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100988 Tested-by: Jenkins Reviewed-by: Julien Nabet --- framework/qa/complex/framework/recovery/RecoveryTest.java | 2 +- framework/source/inc/accelerators/presethandler.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'framework') diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 2f5882899bfa..ede07b4863e8 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -170,7 +170,7 @@ public class RecoveryTest extends ComplexTestCase { } /** - * This function starts an office instance. It uses the AppExecutionCommad parameter. + * This function starts an office instance. It uses the AppExecutionCommand parameter. * @return TRUE if office is connected otherwise FALSE */ private boolean connect(){ diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx index 05aaf6eb02fc..f30278696cfb 100644 --- a/framework/source/inc/accelerators/presethandler.hxx +++ b/framework/source/inc/accelerators/presethandler.hxx @@ -81,7 +81,7 @@ class PresetHandler where the current configuration set exists. @descr Note: If this preset handler works in document mode - this member is meaned relative to the document root ... + this member is meant relative to the document root... not to the share layer root! Further is defined, that m_xWorkingStorageUser @@ -97,7 +97,7 @@ class PresetHandler where the current configuration set exists. @descr Note: If this preset handler works in document mode - this member is meaned relative to the document root ... + this member is meant relative to the document root... not to the user layer root! Further is defined, that m_xWorkingStorageUser -- cgit