Kaydet (Commit) 08f7bae0 authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: drop meaningless WRITERFILTERSTATUS comments

Change-Id: Ief5627c009718c04d8515a0d5510b6c39108f8bc
üst 9dbc04dc
...@@ -792,7 +792,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val) ...@@ -792,7 +792,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
break; break;
case NS_ooxml::LN_CT_WrapThrough_wrapText: case NS_ooxml::LN_CT_WrapThrough_wrapText:
/* WRITERFILTERSTATUS: done: 100, planned: 0.5, spent: 0 */
m_pImpl->bContour = true; m_pImpl->bContour = true;
m_pImpl->bContourOutside = false; m_pImpl->bContourOutside = false;
...@@ -800,8 +799,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val) ...@@ -800,8 +799,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
break; break;
case NS_ooxml::LN_CT_WrapSquare_wrapText: //90928; case NS_ooxml::LN_CT_WrapSquare_wrapText: //90928;
/* WRITERFILTERSTATUS: done: 100, planned: 0.5, spent: 0 */
handleWrapTextValue(val.getInt()); handleWrapTextValue(val.getInt());
break; break;
case NS_ooxml::LN_shape: case NS_ooxml::LN_shape:
...@@ -1055,7 +1052,6 @@ void GraphicImport::lcl_sprm(Sprm & rSprm) ...@@ -1055,7 +1052,6 @@ void GraphicImport::lcl_sprm(Sprm & rSprm)
break; break;
case NS_ooxml::LN_CT_WrapTight_wrapPolygon: case NS_ooxml::LN_CT_WrapTight_wrapPolygon:
case NS_ooxml::LN_CT_WrapThrough_wrapPolygon: case NS_ooxml::LN_CT_WrapThrough_wrapPolygon:
/* WRITERFILTERSTATUS: done: 100, planned: 4, spent: 2 */
{ {
WrapPolygonHandler aHandler; WrapPolygonHandler aHandler;
......
...@@ -163,11 +163,9 @@ void WrapPolygonHandler::lcl_attribute(Id Name, Value & val) ...@@ -163,11 +163,9 @@ void WrapPolygonHandler::lcl_attribute(Id Name, Value & val)
switch(Name) switch(Name)
{ {
case NS_ooxml::LN_CT_Point2D_x: case NS_ooxml::LN_CT_Point2D_x:
/* WRITERFILTERSTATUS: done: 100, planned: 0.5, spent: 0 */
mnX = nIntValue; mnX = nIntValue;
break; break;
case NS_ooxml::LN_CT_Point2D_y: case NS_ooxml::LN_CT_Point2D_y:
/* WRITERFILTERSTATUS: done: 100, planned: 0.5, spent: 0 */
mnY = nIntValue; mnY = nIntValue;
break; break;
default: default:
...@@ -184,7 +182,6 @@ void WrapPolygonHandler::lcl_sprm(Sprm & _sprm) ...@@ -184,7 +182,6 @@ void WrapPolygonHandler::lcl_sprm(Sprm & _sprm)
{ {
case NS_ooxml::LN_CT_WrapPath_lineTo: case NS_ooxml::LN_CT_WrapPath_lineTo:
case NS_ooxml::LN_CT_WrapPath_start: case NS_ooxml::LN_CT_WrapPath_start:
/* WRITERFILTERSTATUS: done: 100, planned: 0.5, spent: 0 */
{ {
resolveSprmProps(*this, _sprm); resolveSprmProps(*this, _sprm);
......
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