summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/macassgn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dialog/macassgn.cxx')
-rw-r--r--sw/source/ui/dialog/macassgn.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/dialog/macassgn.cxx b/sw/source/ui/dialog/macassgn.cxx
index 8e247d052efb..a8ae8c16f73a 100644
--- a/sw/source/ui/dialog/macassgn.cxx
+++ b/sw/source/ui/dialog/macassgn.cxx
@@ -65,7 +65,7 @@ SfxEventNamesItem SwMacroAssignDlg::AddEvents( DlgEventType eType )
aItem.AddEvent( SwResId(STR_EVENT_IMAGE_LOAD), OUString(),
SvMacroItemId::OnImageLoadDone);
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case MACASSGN_FRMURL: // Frame - URL-Attributes
{
if( !bHtmlMode &&
@@ -81,14 +81,14 @@ SfxEventNamesItem SwMacroAssignDlg::AddEvents( DlgEventType eType )
SvMacroItemId::SwFrmMove );
}
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case MACASSGN_OLE: // OLE
{
if( !bHtmlMode )
aItem.AddEvent( SwResId(STR_EVENT_OBJECT_SELECT), OUString(),
SvMacroItemId::SwObjectSelect );
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case MACASSGN_INETFMT: // INetFormat-Attributes
{
aItem.AddEvent( SwResId(STR_EVENT_MOUSEOVER_OBJECT), OUString(),