summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 12:44:22 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:58 +0200
commit2ada2b33757518891e002cd9372c6aa0c85b0a3f (patch)
tree5a30d3e74a0ab663a3438520e99da90dd18b26b9 /framework
parenttranslate some german (diff)
downloadcore-2ada2b33757518891e002cd9372c6aa0c85b0a3f.tar.gz
core-2ada2b33757518891e002cd9372c6aa0c85b0a3f.zip
typo: dependend -> dependent
Diffstat (limited to 'framework')
-rw-r--r--framework/qa/complex/framework/recovery/RecoveryTest.java2
-rw-r--r--framework/source/accelerators/moduleacceleratorconfiguration.cxx4
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx8
-rw-r--r--framework/source/services/substitutepathvars.cxx2
4 files changed, 8 insertions, 8 deletions
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java
index 46656ab2ba02..836da40bb89d 100644
--- a/framework/qa/complex/framework/recovery/RecoveryTest.java
+++ b/framework/qa/complex/framework/recovery/RecoveryTest.java
@@ -409,7 +409,7 @@ public class RecoveryTest extends ComplexTestCase {
/**
* This function uses accessibility to handle the dialog "Are you sure".
- * It click "Yes" or "No", dependend on the value of the parameter <CODE>Yes</CODE>
+ * It click "Yes" or "No", dependent on the value of the parameter <CODE>Yes</CODE>
* @param yes If value is <CODE>TRUE</CODE> the button "Yes" was clicked, otherwise the button
* "No".
*/
diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
index cc51e0138d94..882070991e51 100644
--- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
@@ -44,7 +44,7 @@ namespace {
/**
implements a read/write access to a module
- dependend accelerator configuration.
+ dependent accelerator configuration.
*/
typedef ::cppu::ImplInheritanceHelper1<
XCUBasedAcceleratorConfiguration,
@@ -123,7 +123,7 @@ ModuleAcceleratorConfiguration::ModuleAcceleratorConfiguration(
if (m_sModule.isEmpty())
throw css::uno::RuntimeException(
- OUString("The module dependend accelerator configuration service was initialized with an empty module identifier!"),
+ OUString("The module dependent accelerator configuration service was initialized with an empty module identifier!"),
static_cast< ::cppu::OWeakObject* >(this));
}
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index 31bf59874cfa..acd0cd46de27 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -69,7 +69,7 @@ class PresetHandler
/** @short this handler can provide different
types of configuration.
- @descr Means: a global or a module dependend
+ @descr Means: a global or a module dependent
or ... configuration.
*/
enum EConfigType
@@ -126,7 +126,7 @@ class PresetHandler
OUString m_sResourceType;
/** @short specify the application module for a module
- dependend configuration.
+ dependent configuration.
@descr Will be used only, if m_sResourceType is set to
"module". Further it must be a valid module identifier
@@ -261,13 +261,13 @@ class PresetHandler
work on a new type of configuration sets.
@param eConfigType
- differ between global or module dependend configuration.
+ differ between global or module dependent configuration.
@param sResourceType
differ between menubar/toolbar/accelerator/... configuration.
@param sModule
- if sResourceType is set to a module dependend configuration,
+ if sResourceType is set to a module dependent configuration,
it address the current application module.
@param xDocumentRoot
diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx
index b780ad18421d..c3cb4da84124 100644
--- a/framework/source/services/substitutepathvars.cxx
+++ b/framework/source/services/substitutepathvars.cxx
@@ -837,7 +837,7 @@ OUString SubstitutePathVariables::GetWorkVariableValue() const
boost::optional<OUString> x(officecfg::Office::Paths::Variables::Work::get(m_xContext));
if (!x)
{
- // fallback to $HOME in case platform dependend config layer does not return
+ // fallback to $HOME in case platform dependent config layer does not return
// an usuable work dir value.
osl::Security aSecurity;
aSecurity.getHomeDir( aWorkPath );