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 /svx | |
parent | d1ccb1eea871ca4064693b58d2926d4939018614 (diff) |
s/whith/with/
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/filtnav.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 11a449c40407..166df7d7eab1 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -1338,7 +1338,7 @@ sal_Int8 FmFilterNavigator::AcceptDrop( const AcceptDropEvent& rEvt ) bNeedTrigger = sal_True; } else - { // is it an entry whith children, and not yet expanded? + { // is it an entry with children, and not yet expanded? SvTreeListEntry* pDropppedOn = GetEntry(aDropPos); if (pDropppedOn && (GetChildCount(pDropppedOn) > 0) && !IsExpanded(pDropppedOn)) { |