Spreadsheet: Fixes for coverity defects Feb 2025

This commit is contained in:
Chris Hennes
2025-02-20 21:17:55 -06:00
parent 13ffd95469
commit b99a7fc1f8
6 changed files with 16 additions and 8 deletions

View File

@@ -191,7 +191,7 @@ void DlgBindSheet::accept()
addr = std::string("<<") + copy + ">>";
}
else {
addr = copy;
addr = std::move(copy);
}
};