summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxuint.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-10 17:08:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-10 17:08:02 +0200
commitbdacf96e3a52c30675c6cc0cbe037870cbeb4dda (patch)
tree7478555db25a58aa07ffb949e117689159c21fde /basic/source/sbx/sbxuint.cxx
parent9c121778fec1d502ab0e1d7ff2da6f82df0cc8f2 (diff)
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: Id6e230d026184ab243e994a17515f2e5539d3646
Diffstat (limited to 'basic/source/sbx/sbxuint.cxx')
-rw-r--r--basic/source/sbx/sbxuint.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/sbx/sbxuint.cxx b/basic/source/sbx/sbxuint.cxx
index b689c9ff06a6..89cf8bba6a68 100644
--- a/basic/source/sbx/sbxuint.cxx
+++ b/basic/source/sbx/sbxuint.cxx
@@ -30,6 +30,7 @@ start:
{
case SbxNULL:
SbxBase::SetError( ERRCODE_SBX_CONVERSION );
+ SAL_FALLTHROUGH;
case SbxEMPTY:
nRes = 0; break;
case SbxCHAR: