summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-04 12:34:30 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-04 15:05:04 +0200
commitbe62c01287c095c22a83ecfe6f9f45874f6e56f8 (patch)
treeee40a7558322b4627a564f69dfb92e4c8401bea0 /sfx2
parent80697835719c5220c68608954ade949b5a7ed503 (diff)
fdo#39674 fix some spelling
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/dispatch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index cb0e66f60567..9d525150e89c 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -2006,7 +2006,7 @@ sal_Bool SfxDispatcher::_FillState
// Determine the object and call the Message of this object
SfxShell *pSh = GetShell(rSvr.GetShellLevel());
- DBG_ASSERT(pSh, "ObjektShell not found");
+ DBG_ASSERT(pSh, "ObjectShell not found");
SfxStateFunc pFunc;