Commit b451e1d8 authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

.....

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@56146 954022d7-b5bf-4e40-9824-e11837661b57
parent a4eba608
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "style_text_properties.h" #include "style_text_properties.h"
#include "style_paragraph_properties.h" #include "style_paragraph_properties.h"
#include "style_graphic_properties.h" #include "style_graphic_properties.h"
#include "style_chart_properties.h"
namespace cpdoccore namespace cpdoccore
{ {
...@@ -139,7 +140,7 @@ void odf_chart_context::set_type_chart(std::wstring type) ...@@ -139,7 +140,7 @@ void odf_chart_context::set_type_chart(std::wstring type)
void odf_chart_context::set_3D(bool Val) void odf_chart_context::set_3D(bool Val)
{ {
if (!impl_->current_chart_properties) return; if (!impl_->current_chart_properties) return;
impl_->current_chart_properties->chart_three_dimensional_ = Val; impl_->current_chart_properties->content().chart_three_dimensional_ = Val;
} }
void odf_chart_context::start_series(std::wstring type) void odf_chart_context::start_series(std::wstring type)
{ {
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
//1 //1
//2 //2
//0 //0
//36 //37
#define INTVER 1,2,0,36 #define INTVER 1,2,0,37
#define STRVER "1,2,0,36\0" #define STRVER "1,2,0,37\0"
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