Reset object rotation back to 0 degrees
I'm not aware of any elegant solution, but it can be done with the XML Editor.
Select the rotated object.
Click the XML Editor button on the toolbar.
Selected element will also be selected in the XML Editor. Find the transform property on the right and click it.
Change the value to
matrix(1,0,0,1,0,0)
and click Set.
This will reset all transformations applied to the selected object.