Kaydet (Commit) 59e19330 authored tarafından Armin Le Grand's avatar Armin Le Grand

RTF import filter review: correction to rtffly.cxx

Patch by: Michael Stahl
üst f07148ee
...@@ -1277,6 +1277,7 @@ void SwRTFParser::InsPicture( const String& rGrfNm, const Graphic* pGrf, ...@@ -1277,6 +1277,7 @@ void SwRTFParser::InsPicture( const String& rGrfNm, const Graphic* pGrf,
pGrfNd->onGraphicChanged(); pGrfNd->onGraphicChanged();
} }
}
else else
{ {
// wenn normale RTF-Grafik, dann steht diese im Textfluss ! // wenn normale RTF-Grafik, dann steht diese im Textfluss !
...@@ -1392,7 +1393,6 @@ void SwRTFParser::_SetPictureSize( const SwNoTxtNode& rNd, ...@@ -1392,7 +1393,6 @@ void SwRTFParser::_SetPictureSize( const SwNoTxtNode& rNd,
aSize.Width() = nBoxWidth; aSize.Width() = nBoxWidth;
} }
} }
}
//JP 8.11.2001: bug 94450 - if no size exist, then the size is set by //JP 8.11.2001: bug 94450 - if no size exist, then the size is set by
// the swapin of the graphic. // the swapin of the graphic.
......
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