This commit is contained in:
Kathy Ruffing 2011-09-01 11:03:19 +00:00
parent 6a7a9f7786
commit df8ed9da64

View File

@ -508,7 +508,7 @@ namespace VEPROMS.CSLA.Library
LBDocumentClass myDoc = MyApp.Documents.Open(myFile.FullName, false);
AdjustMargins(myDocStyle, myDoc, true);
LBSelection selxy = FindXyPlot();
if (selxy != null)
while (selxy != null)
{
string xyplot = selxy.Text;
xyplot = xyplot.Replace("`", "\xB0");
@ -528,6 +528,7 @@ namespace VEPROMS.CSLA.Library
shape.LockAspectRatio = LBMsoTriState.msoTrue;
shape.Width = plotRect.Width;
selxy.WholeStory();
selxy = FindXyPlot();
}
LBSelection sel = FindRO();
while (sel != null)