What this means is that if you run FreeFileSync again with file time and size as the compare option, it wants to re-copy most Office files. The issue can be seen in this screenshot:

It's only Office files that are affected. PDFs, JPEGs etc are fine. Now one can argue until the cows come home that OneDrive shouldn't be altering files like this. None of the other cloud services I've used do this. But you'd be banging your head against the wall.
The fix with robocopy is easy - /xc to ignore changed files. A changed file in robocopy is classed as one where it exists on source & target, has the same time stamp but different file sizes.
So it would be really cool if FreeFileSync you add File time alone to the compare options.