summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/sfxhtml.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/sfxhtml.cxx')
-rw-r--r--sfx2/source/bastyp/sfxhtml.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx
index f91bd5e59de2..3fa9fe0b1cd0 100644
--- a/sfx2/source/bastyp/sfxhtml.cxx
+++ b/sfx2/source/bastyp/sfxhtml.cxx
@@ -144,14 +144,14 @@ bool SfxHTMLParser::ParseAreaOptions(ImageMap * pImageMap, const OUString& rBase
case HtmlOptionId::ONMOUSEOVER:
eScrpType = JAVASCRIPT;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case HtmlOptionId::SDONMOUSEOVER:
nEvent = nEventMouseOver;
goto IMAPOBJ_SETEVENT;
case HtmlOptionId::ONMOUSEOUT:
eScrpType = JAVASCRIPT;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case HtmlOptionId::SDONMOUSEOUT:
nEvent = nEventMouseOut;
goto IMAPOBJ_SETEVENT;