Kaydet (Commit) 5c046a00 authored tarafından Noel Grandin's avatar Noel Grandin

cid#705226 missing break in switch

Change-Id: Id9457d2e7a6778fee9fa5ec32d2bb97cb8b7d296
üst 49ba7d0e
...@@ -478,6 +478,7 @@ sal_Bool SfxApplication::GetOptions( SfxItemSet& rSet ) ...@@ -478,6 +478,7 @@ sal_Bool SfxApplication::GetOptions( SfxItemSet& rSet )
if ( rSet.Put(aNames) || rSet.Put(aValues) ) if ( rSet.Put(aNames) || rSet.Put(aValues) )
bRet = sal_True; bRet = sal_True;
} }
break;
default: default:
DBG_WARNING( "W1:Wrong ID while getting Options!" ); DBG_WARNING( "W1:Wrong ID while getting Options!" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment