summaryrefslogtreecommitdiff
path: root/filter/source/msfilter
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter')
-rw-r--r--filter/source/msfilter/escherex.cxx2
-rw-r--r--filter/source/msfilter/svdfppt.cxx12
-rw-r--r--filter/source/msfilter/util.cxx2
3 files changed, 8 insertions, 8 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index f3dc9d2b697b..9cf10f14acbf 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -1085,7 +1085,7 @@ void EscherPropertyContainer::CreateLineProperties(
AddOpt( ESCHER_Prop_lineDashing, eDash );
}
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case drawing::LineStyle_SOLID :
default:
{
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 42807c8585bc..99430c9abc0f 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -774,11 +774,11 @@ SdrObject* SdrEscherImport::ProcessObj( SvStream& rSt, DffObjData& rObjData, Svx
switch ( aPlaceholderAtom.nPlaceholderId )
{
case PptPlaceholder::MASTERSLIDENUMBER : nHeaderFooterInstance++;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case PptPlaceholder::MASTERFOOTER : nHeaderFooterInstance++;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case PptPlaceholder::MASTERHEADER : nHeaderFooterInstance++;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case PptPlaceholder::MASTERDATE : nHeaderFooterInstance++; break;
default: break;
@@ -6426,13 +6426,13 @@ void PPTFieldEntry::GetDateTime( const sal_uInt32 nVal, SvxDateFormat& eDateForm
break;
case 7:
eDateFormat = SvxDateFormat::A;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case 9:
eTimeFormat = SvxTimeFormat::HH24_MM;
break;
case 8:
eDateFormat = SvxDateFormat::A;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case 11:
eTimeFormat = SvxTimeFormat::HH12_MM;
break;
@@ -6539,7 +6539,7 @@ PPTTextObj::PPTTextObj( SvStream& rIn, SdrPowerPointImport& rSdrPowerPointImport
{
case PPT_NOTEPAGE :
nInstance++;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case PPT_MASTERPAGE :
nInstance++;
break;
diff --git a/filter/source/msfilter/util.cxx b/filter/source/msfilter/util.cxx
index cab2424a2083..0b7b1bcc5c3c 100644
--- a/filter/source/msfilter/util.cxx
+++ b/filter/source/msfilter/util.cxx
@@ -469,7 +469,7 @@ static EquationResult Read_SubF_Combined(WW8ReadFieldParams& rReadParam)
break;
}
(void)rReadParam.SkipToNextToken();
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case -2:
{
if ( rReadParam.GetResult().startsWithIgnoreAsciiCase("(") )