diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/res_ErrorBar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx index bbd04907378e..1ed9bb5e8933 100644 --- a/chart2/source/controller/dialogs/res_ErrorBar.cxx +++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx @@ -563,7 +563,7 @@ void ErrorBarResources::Reset(const SfxItemSet& rInAttrs) case CHINDICATE_NONE : // no longer used, use both as default m_eIndicate = CHINDICATE_BOTH; - // fall-through intended to BOTH + SAL_FALLTHROUGH; // to BOTH case CHINDICATE_BOTH : m_pRbBoth->Check(); break; case CHINDICATE_UP : |