mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 20:09:59 +00:00
Add missing breaks in switch
This commit is contained in:
parent
769afefb15
commit
8f451fdbef
@ -342,9 +342,11 @@ LaTeXFeatures::LangPackage LaTeXFeatures::langPackage() const
|
||||
return LANG_PACK_POLYGLOSSIA;
|
||||
else if (babel_required)
|
||||
return LANG_PACK_BABEL;
|
||||
break;
|
||||
case LyXRC::LP_BABEL:
|
||||
if (babel_required)
|
||||
return LANG_PACK_BABEL;
|
||||
break;
|
||||
case LyXRC::LP_CUSTOM:
|
||||
return LANG_PACK_CUSTOM;
|
||||
case LyXRC::LP_NONE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user