summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-07-15 10:19:32 +0200
committerEike Rathke <erack@redhat.com>2017-07-17 19:15:00 +0200
commit26b52972a8ab15049e63a2518ff8e10d6288d074 (patch)
tree4365c65ec30fde0270a136ac0b66fe04e9c5d98f /sfx2/source
parente16304c46fddfb73e4aef85333d881ba5350b58d (diff)
Fix typos
Change-Id: I9d2c641b485c32ddccf0bfaaed1d0796572d1d33 Reviewed-on: https://gerrit.libreoffice.org/39477 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/control/request.cxx2
-rw-r--r--sfx2/source/control/shell.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx
index 8abb7c313eed..e65d1f466752 100644
--- a/sfx2/source/control/request.cxx
+++ b/sfx2/source/control/request.cxx
@@ -447,7 +447,7 @@ void SfxRequest::Done
[Note]
- 'Done ()' is not called, for example when a dialoge started by the function
+ 'Done ()' is not called, for example when a dialog started by the function
was canceled by the user or if the execution could not be performed due to
a wrong context (without use of separate <SfxShell>s). 'Done ()' will be
launched, when executing the function led to a regular error
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx
index 5bf5b0c413a6..317fa2ff5834 100644
--- a/sfx2/source/control/shell.cxx
+++ b/sfx2/source/control/shell.cxx
@@ -354,7 +354,7 @@ void SfxShell::Activate
FALSE
the <SfxViewFrame>, on which SfxDispatcher
the SfxShell instance is located, was
- activated. (for example by a closing dialoge) */
+ activated. (for example by a closing dialog) */
)
{
BroadcastContextForActivation(true);
@@ -371,7 +371,7 @@ void SfxShell::Deactivate
FALSE
the <SfxViewFrame>, on which SfxDispatcher
the SfxShell instance is located, was
- deactivated. (for example by a dialoge) */
+ deactivated. (for example by a dialog) */
)
{
BroadcastContextForActivation(false);