Commit c8558338 authored by ElenaSubbotina's avatar ElenaSubbotina Committed by Alexander Trofimov

x2t linux build 2.0.2.365

parent 45e75646
......@@ -940,7 +940,7 @@ void common_draw_docx_convert(oox::docx_conversion_context & Context, const unio
Context.get_drawing_context().set_size_child_group(drawing.cx + drawing.x, drawing.cy + drawing.y);
// "" ... ..
INT32 x_group_offset, y_group_offset;
_INT32 x_group_offset, y_group_offset;
Context.get_drawing_context().get_position_group(x_group_offset, y_group_offset);
drawing.x -= x_group_offset;
......@@ -1282,8 +1282,8 @@ void draw_g::docx_convert(oox::docx_conversion_context & Context)
Context.get_drawing_context().set_position_child_group (drawing.x, drawing.y);
Context.get_drawing_context().set_size_child_group (drawing.cx + drawing.x, drawing.cy + drawing.y);
// "" ... ..
INT32 x_group_offset, y_group_offset;
// "" ... ..
_INT32 x_group_offset, y_group_offset;
Context.get_drawing_context().get_position_group(x_group_offset, y_group_offset);
drawing.x -= x_group_offset;
......
......@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.2.364
VERSION = 2.0.2.365
DEFINES += INTVER=$$VERSION
mac {
......
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