summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ipsd/ipsd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/ipsd/ipsd.cxx')
-rw-r--r--filter/source/graphicfilter/ipsd/ipsd.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/graphicfilter/ipsd/ipsd.cxx b/filter/source/graphicfilter/ipsd/ipsd.cxx
index 6decd58d4cb4..44a765fe569d 100644
--- a/filter/source/graphicfilter/ipsd/ipsd.cxx
+++ b/filter/source/graphicfilter/ipsd/ipsd.cxx
@@ -181,7 +181,7 @@ bool PSDReader::ImplReadHeader()
{
case 5 :
mbTransparent = true;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case 4 :
mnDestBitDepth = 24;
break;
@@ -198,7 +198,7 @@ bool PSDReader::ImplReadHeader()
break;
case 4 :
mbTransparent = true;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case 3 :
mnDestBitDepth = 24;
break;
@@ -227,7 +227,7 @@ bool PSDReader::ImplReadHeader()
case PSD_DUOTONE : // we'll handle the duotone color like a normal grayscale picture
m_rPSD.SeekRel( nColorLength );
nColorLength = 0;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case PSD_GRAYSCALE :
{
if ( nColorLength )