diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-27 11:08:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-28 09:25:04 +0000 |
commit | e1b8f3f6c5e34e1c43a19e5965b847bfad13d02f (patch) | |
tree | c56018cbf28ca597a60eb2b7cf2a3444aad4c7d8 /test | |
parent | 308daa42c0935426c177c73d578fa2961a661171 (diff) |
coverity#735554 Dead default in switch
Change-Id: I12ebe5b9018109f35b6c6691fcf4497c56850d7c
Diffstat (limited to 'test')
-rw-r--r-- | test/source/sheet/xdatapilotdescriptor.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/source/sheet/xdatapilotdescriptor.cxx b/test/source/sheet/xdatapilotdescriptor.cxx index 1e2c67ac167c..be968e4d426d 100644 --- a/test/source/sheet/xdatapilotdescriptor.cxx +++ b/test/source/sheet/xdatapilotdescriptor.cxx @@ -130,8 +130,6 @@ void XDataPilotDescriptor::testGetDataPilotFields_Impl( uno::Reference< sheet::X xPropSet->setPropertyValue(aOrientation, aAny); } break; - default: - break; } } } |