summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:38:34 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:39:11 +0200
commit2926bd4d6bce5115e4de8e8e155cbeb9fd66e3a4 (patch)
tree41bb22783665311d54d94d45e827f370fdc8e533 /sd/source/ui/view
parentcoverity#735665 Dereference after null check (diff)
downloadcore-2926bd4d6bce5115e4de8e8e155cbeb9fd66e3a4.tar.gz
core-2926bd4d6bce5115e4de8e8e155cbeb9fd66e3a4.zip
s/whith/with/
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/ToolBarManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/ToolBarManager.cxx b/sd/source/ui/view/ToolBarManager.cxx
index a131edfefb5c..cc0e64655040 100644
--- a/sd/source/ui/view/ToolBarManager.cxx
+++ b/sd/source/ui/view/ToolBarManager.cxx
@@ -270,7 +270,7 @@ public:
/** Release all tool bar shells and the associated framework tool bars.
Typically called when the main view shell is being replaced by
another, all tool bar shells are released. In that process the
- shells are destroyed anyway and whithout calling this method they
+ shells are destroyed anyway and without calling this method they
would still be referenced.
*/
void ReleaseAllToolBarShells (void);