Spreadsheet: Fixes for coverity defects Feb 2025
This commit is contained in:
@@ -191,7 +191,7 @@ void DlgBindSheet::accept()
|
||||
addr = std::string("<<") + copy + ">>";
|
||||
}
|
||||
else {
|
||||
addr = copy;
|
||||
addr = std::move(copy);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user