| 165 | } |
| 166 | |
| 167 | void ForwardTranslator::setExcludeHTMLOutputReport(bool excludeHTMLOutputReport) { |
| 168 | m_forwardTranslatorOptions.setExcludeHTMLOutputReport(excludeHTMLOutputReport); |
| 169 | } |
| 170 | |
| 171 | void ForwardTranslator::setExcludeVariableDictionary(bool excludeVariableDictionary) { |
| 172 | m_forwardTranslatorOptions.setExcludeVariableDictionary(excludeVariableDictionary); |