summaryrefslogtreecommitdiff
path: root/tools/source/fsys/wldcrd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/fsys/wldcrd.cxx')
-rw-r--r--tools/source/fsys/wldcrd.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/fsys/wldcrd.cxx b/tools/source/fsys/wldcrd.cxx
index 4adfb7c3850e..c0750b7098b1 100644
--- a/tools/source/fsys/wldcrd.cxx
+++ b/tools/source/fsys/wldcrd.cxx
@@ -48,8 +48,10 @@ bool WildCard::ImpMatch( const char *pWild, const char *pStr )
else
pWild += pos;
else
- break; // WARNING: may cause execution of next case
- // in some circumstances!
+ break;
+ // WARNING/TODO: may cause execution of next case in some
+ // circumstances!
+ SAL_FALLTHROUGH;
case '*':
while ( *pWild == '*' )
pWild++;