diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-03 13:35:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-03 13:35:34 +0100 |
commit | a8526ce7ead7738ff4ad981c31ca1a4c5b51e5f6 (patch) | |
tree | f5f750c3c76c62146db02ffee5ef38ea6ab19c97 /sw | |
parent | 094f00651aacac27cffd6839bb4809664a85dabc (diff) |
CID#1027709 this fall-through doesn't make sense
though it appears harmless given the nSlot = 0
Change-Id: Ia8e6efa8c8ae3ef9d5320ac63bb548e69ad8cce1
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/shells/txtattr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/shells/txtattr.cxx b/sw/source/ui/shells/txtattr.cxx index 45f8e37d453e..d5b8e3d06990 100644 --- a/sw/source/ui/shells/txtattr.cxx +++ b/sw/source/ui/shells/txtattr.cxx @@ -652,6 +652,7 @@ void SwTextShell::GetAttrState(SfxItemSet &rSet) rSet.InvalidateItem(nSlot); nSlot = 0; } + break; case SID_ATTR_PARA_LEFT_TO_RIGHT : case SID_ATTR_PARA_RIGHT_TO_LEFT : |