| 105 | } |
| 106 | |
| 107 | void MacroActionScript::SetTempVarValueHelper(const std::string &variableId, |
| 108 | const std::string &value) |
| 109 | { |
| 110 | MacroAction::SetTempVarValue(variableId, value); |
| 111 | } |
| 112 | |
| 113 | void MacroActionScript::SetupTempVars() |
| 114 | { |
no test coverage detected