summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2016-10-09 17:14:54 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2016-12-20 14:19:18 +0100
commit4c4b80a49e803adf9cecd6d079000fabe578ee4b (patch)
tree37aeaa38636fea6328ba402d1e81a265c71fb1c8 /vcl
parent78906ae07ae403af5a6426bb05f8ee5181eb0aca (diff)
KDE4 fix wrong fallthrough
Was found and marked in 03f440c379a03500a40cc34097c68a150d7a226d, but is definitly wrong. Change-Id: I6d04814fb8f25a92dfaf96d8face855315cc0208
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/kde4/KDESalGraphics.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/unx/kde4/KDESalGraphics.cxx b/vcl/unx/kde4/KDESalGraphics.cxx
index 565eadfe0daa..a1bf4b8de3cd 100644
--- a/vcl/unx/kde4/KDESalGraphics.cxx
+++ b/vcl/unx/kde4/KDESalGraphics.cxx
@@ -734,10 +734,8 @@ bool KDESalGraphics::getNativeControlRegion( ControlType type, ControlPart part,
boundingRect = contentRect;
retVal = true;
-
- break;
}
- SAL_FALLTHROUGH;
+ break;
case ControlType::Combobox:
case ControlType::Listbox:
{