summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-03 13:35:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-03 13:35:34 +0100
commita8526ce7ead7738ff4ad981c31ca1a4c5b51e5f6 (patch)
treef5f750c3c76c62146db02ffee5ef38ea6ab19c97 /sw
parent094f00651aacac27cffd6839bb4809664a85dabc (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.cxx1
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 :