Commit 09802c1f authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

delete ChartStyle.h

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55539 954022d7-b5bf-4e40-9824-e11837661b57
parent d1f01f44
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include "Pict.h" #include "Pict.h"
#include "Annotations.h" #include "Annotations.h"
#include "AlternateContent.h" #include "AlternateContent.h"
#include "../../XlsxFormat/Chart/ChartStyle.h"
namespace OOX namespace OOX
{ {
...@@ -257,10 +256,6 @@ namespace OOX ...@@ -257,10 +256,6 @@ namespace OOX
pItem = new CTab( oReader ); pItem = new CTab( oReader );
else if ( _T("w:yearLong") == sName ) else if ( _T("w:yearLong") == sName )
pItem = new CYearLong( oReader ); pItem = new CYearLong( oReader );
else if ( _T("c:style") == sName )
pSpreadsheetItem = new OOX::Spreadsheet::CChartStyle( oReader );
else if ( _T("c14:style") == sName )
pSpreadsheetItem = new OOX::Spreadsheet::CChartStyle( oReader );
if ( pItem ) if ( pItem )
m_arrItems.Add( pItem ); m_arrItems.Add( pItem );
......
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