Subversion Repositories DevTools

Rev

Rev 2106 | Rev 2118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2106 Rev 2116
Line 542... Line 542...
542
                  table.Cell(row,2).Range.Text += (string)de.Value;
542
                  table.Cell(row,2).Range.Text += (string)de.Value;
543
               }
543
               }
544
            }
544
            }
545
            else
545
            else
546
            {
546
            {
547
               if (EA_DocGenOptions.opt_SuppressUnAllocatedRelationshipWarnings == false)
547
               if (EA_DocGenOptions.optionValue(EA_DocGenOptions.boolean_options_e.SUPPRESS_UN_ALLOCATED_RELATIONSHIP_WARNINGS) == false)
548
               {
548
               {
549
                  table.Cell(row,2).Range.Text = "Un-allocated relationship!";
549
                  table.Cell(row,2).Range.Text = "Un-allocated relationship!";
550
                  table.Cell(row,2).Range.Font.Color = Word.WdColor.wdColorRed;
550
                  table.Cell(row,2).Range.Font.Color = Word.WdColor.wdColorRed;
551
               }
551
               }
552
            }
552
            }