diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:38:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:39:11 +0200 |
commit | 2926bd4d6bce5115e4de8e8e155cbeb9fd66e3a4 (patch) | |
tree | 41bb22783665311d54d94d45e827f370fdc8e533 /sd | |
parent | d1ccb1eea871ca4064693b58d2926d4939018614 (diff) |
s/whith/with/
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/ToolBarManager.cxx | 2 |
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); |