Use FormatInfo rather than Format object

This commit is contained in:
Rich
2009-10-08 14:24:34 +00:00
parent c5d2578ee9
commit 8804d367da
4 changed files with 38 additions and 32 deletions

View File

@@ -120,7 +120,7 @@ namespace DataLoader
EditSectId = 0;
// See if no caret convert...
Format docverFormat = docver.ActiveFormat;
FormatInfo docverFormat = docver.MyDocVersionInfo.ActiveFormat;
bool do_cvt = docverFormat.PlantFormat.FormatData.SectData.ConvertCaretToDelta;
// pass in a 0 on MakeContent for type of procedure, i.e. procedure = 0 (on type field)