summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/svdfppt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/svdfppt.cxx')
-rw-r--r--filter/source/msfilter/svdfppt.cxx12
1 files changed, 6 insertions, 6 deletions
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;