Kaydet (Commit) bdc19273 authored tarafından Arnaud Versini's avatar Arnaud Versini Kaydeden (comit) Arnaud Versini

Resolve fdo#72632 by adding missing break

Change-Id: I7e27b685f2e6e1e1b96aee907f4c634252b0e17b
Reviewed-on: https://gerrit.libreoffice.org/7270Tested-by: 's avatarArnaud Versini <arnaud.versini@libreoffice.org>
Reviewed-by: 's avatarArnaud Versini <arnaud.versini@libreoffice.org>
üst 06824ff1
......@@ -935,6 +935,7 @@ void SmModel::_getPropertyValues( const PropertyMapEntry **ppEntries, Any *pValu
*pValue <<= static_cast<sal_Int32>( pDocSh->pTree->GetFormulaBaseline() );
}
break;
}
case HANDLE_INTEROP_GRAB_BAG:
getGrabBagItem(*pValue);
......
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