diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-11 13:42:15 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-11 13:42:15 +0100 |
commit | 552d36de5623cbcf9b995da239b4f59ce16eb8a5 (patch) | |
tree | 8638414daaade9d42d36a0177eed4d23b7b066d7 /svx/source/form/filtnav.cxx | |
parent | f613e609218618a64aa6aabccc865e75c5cb568d (diff) |
dba33b: fixed some nits picked by the Solaris compiler
Diffstat (limited to 'svx/source/form/filtnav.cxx')
-rw-r--r-- | svx/source/form/filtnav.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index dec2f4c0d5a6..d7d9961f8644 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -1897,7 +1897,6 @@ void FmFilterNavigator::KeyInput(const KeyEvent& rKEvt) DeleteSelection(); return; } - break; } SvTreeListBox::KeyInput(rKEvt); |