Kaydet (Commit) 92c15e8b authored tarafından Caolán McNamara's avatar Caolán McNamara

guard against missing Foundry

Change-Id: Id6961e7c35df56ca37d5cb57c2d3d1e03e31dd6d
üst 484cee0e
......@@ -663,6 +663,9 @@ void LwpParaStyle::ApplyTab(XFParaStyle *pParaStyle, LwpTabOverride *pTabOverRid
void LwpParaStyle::RegisterStyle()
{
if (!m_pFoundry)
throw std::runtime_error("missing Foundry");
XFParaStyle* pStyle = new XFParaStyle();
//Set name
......
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