summaryrefslogtreecommitdiff
path: root/framework/source/inc
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/source/inc
parentc8e94ffb8cc8bedf7a572ca12931caa999733799 (diff)
typo: dependend -> dependent
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx8
1 files changed, 4 insertions, 4 deletions
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