Changeset 868


Ignore:
Timestamp:
2000-01-26T11:33:31+13:00 (24 years ago)
Author:
sjboddie
Message:

added DocumentUseHTML

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/formattools.cpp

    r825 r868  
    2828/*
    2929   $Log$
     30   Revision 1.16  2000/01/25 22:33:31  sjboddie
     31   added DocumentUseHTML
     32
    3033   Revision 1.15  1999/12/13 02:45:16  davidb
    3134   Support for more than one metavalue for the same metadata name
     
    130133  DocumentText = "[Text]";
    131134  formatstrings.erase (formatstrings.begin(), formatstrings.end());
     135  DocumentUseHTML = false;
    132136}
    133137
  • trunk/gsdl/src/recpt/formattools.h

    r749 r868  
    8484  text_t DocumentText;
    8585  text_tmap formatstrings;
     86  bool DocumentUseHTML;
    8687};
    8788
Note: See TracChangeset for help on using the changeset viewer.