coverity#736074 Missing break in switch
Change-Id: Ie60f70e992323b9841c854edc083f686bbeda1f5
This commit is contained in:
parent
580fe11522
commit
87574542fc
1 changed files with 1 additions and 0 deletions
|
@ -777,6 +777,7 @@ void SwXDocumentSettings::_setSingleValue( const comphelper::PropertyInfo & rInf
|
|||
bool bTmp = *(sal_Bool*)rValue.getValue();
|
||||
mpDoc->set(IDocumentSettingAccess::EMBED_FONTS, bTmp);
|
||||
}
|
||||
break;
|
||||
case HANDLE_EMBED_SYSTEM_FONTS:
|
||||
{
|
||||
bool bTmp = *(sal_Bool*)rValue.getValue();
|
||||
|
|
Loading…
Reference in a new issue