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

OdfFileReader. Поправлен фон страниц., поправлен анализатор документов.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62991 954022d7-b5bf-4e40-9824-e11837661b57
parent 47db6f1a
......@@ -1017,6 +1017,8 @@ bool style_page_layout_properties::docx_back_serialize(std::wostream & strm, oox
{
if (!get_style_page_layout_properties_attlist().common_background_color_attlist_.fo_background_color_)return false;
if (get_style_page_layout_properties_attlist().common_background_color_attlist_.fo_background_color_->get_type() == background_color::Transparent) return true;
//
CP_XML_WRITER(strm)
{
CP_XML_NODE(L"w:background")
......
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