Commit d5d39dc1 authored by Ilya Kirillov's avatar Ilya Kirillov

Sparkline constant was returned after last merge.

parent 800865c7
...@@ -1226,6 +1226,7 @@ ...@@ -1226,6 +1226,7 @@
window['AscDFH'].historyitem_type_GrpFill = 1123 << 16; window['AscDFH'].historyitem_type_GrpFill = 1123 << 16;
window['AscDFH'].historyitem_type_OleObject = 1124 << 16; window['AscDFH'].historyitem_type_OleObject = 1124 << 16;
window['AscDFH'].historyitem_type_DrawingContent = 1125 << 16; window['AscDFH'].historyitem_type_DrawingContent = 1125 << 16;
window['AscDFH'].historyitem_type_Sparkline = 1126 << 16;
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// //
......
...@@ -286,6 +286,11 @@ ...@@ -286,6 +286,11 @@
this.m_oFactoryClass[AscDFH.historyitem_type_Theme] = AscFormat.CTheme; this.m_oFactoryClass[AscDFH.historyitem_type_Theme] = AscFormat.CTheme;
this.m_oFactoryClass[AscDFH.historyitem_type_GraphicFrame] = AscFormat.CGraphicFrame; this.m_oFactoryClass[AscDFH.historyitem_type_GraphicFrame] = AscFormat.CGraphicFrame;
if (window.AscCommonExcel)
{
this.m_oFactoryClass[AscDFH.historyitem_type_Sparkline] = AscCommonExcel.sparklineGroup;
}
}; };
CTableId.prototype.GetClassFromFactory = function(nType) CTableId.prototype.GetClassFromFactory = function(nType)
{ {
......
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