summaryrefslogtreecommitdiff
path: root/framework/inc/interaction/quietinteraction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/interaction/quietinteraction.hxx')
-rw-r--r--framework/inc/interaction/quietinteraction.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/interaction/quietinteraction.hxx b/framework/inc/interaction/quietinteraction.hxx
index ed0fa1176aef..69da3a330520 100644
--- a/framework/inc/interaction/quietinteraction.hxx
+++ b/framework/inc/interaction/quietinteraction.hxx
@@ -34,7 +34,7 @@ namespace framework{
/**
@short handle interactions non visible
- @descr Sometimes it's neccessary to use a non visible interaction handler.
+ @descr Sometimes it's necessary to use a non visible interaction handler.
He can't do anything, which a visible one can handle.
But it can be used to intercept problems e.g. during loading of documents.
@@ -63,7 +63,7 @@ class QuietInteraction : private ThreadHelpBase
@interface XInteractionHandler
@short called from outside to handle a problem
@descr The only interaction we can handle here is to
- decide which of two ambigous filters should be realy used.
+ decide which of two ambigous filters should be really used.
We use the user selected one every time.
All other request will be aborted and can break the code,
which use this interaction handler.
@@ -83,7 +83,7 @@ class QuietInteraction : private ThreadHelpBase
@short ctor to guarantee right initialized instances of this class
@descr -
- @threadsafe not neccessary
+ @threadsafe not necessary
*/
QuietInteraction();