summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-25 08:42:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-25 08:42:15 +0200
commita890e3189b4146aba3dfaf2f3e1ac212bb02c8a4 (patch)
treeb1fdc3e25e11fcdcbe2456753a244abd2b3ca25a /svl
parent3ec901fab2cb3e1a1c8222498761e72c28175bd3 (diff)
SAL_FALLTRHOUGH in Windows-only code
Change-Id: If35da46c209746a86687e1c3f60f72f2f08aa681
Diffstat (limited to 'svl')
-rw-r--r--svl/source/svdde/ddecli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx
index 09c6e9444104..29010286c9a6 100644
--- a/svl/source/svdde/ddecli.cxx
+++ b/svl/source/svdde/ddecli.cxx
@@ -125,7 +125,7 @@ HDDEDATA CALLBACK DdeInternal::CliCallback( WORD nCode, WORD nCbType,
nRet = (HDDEDATA)DDE_FACK;
break;
}
- // no break
+ SAL_FALLTHROUGH;
case XTYP_REQUEST:
if( !hData && XTYP_REQUEST == nCode )