| 494 | } |
| 495 | |
| 496 | void OnSetLeftSelection(const CommandContext &context) |
| 497 | { |
| 498 | SelectUtilities::OnSetRegion(context.project, |
| 499 | true, true, XO("Set Left Selection Boundary")); |
| 500 | } |
| 501 | |
| 502 | void OnSetRightSelection(const CommandContext &context) |
| 503 | { |
nothing calls this directly
no test coverage detected