diff options
Diffstat (limited to 'include/svx/svdglev.hxx')
-rw-r--r-- | include/svx/svdglev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdglev.hxx b/include/svx/svdglev.hxx index 7469444a743b..5a7d3a2ebd38 100644 --- a/include/svx/svdglev.hxx +++ b/include/svx/svdglev.hxx @@ -77,7 +77,7 @@ public: void MoveMarkedGluePoints (const Size& rSiz, bool bCopy); void ResizeMarkedGluePoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy); - void RotateMarkedGluePoints(const Point& rRef, tools::Long nAngle, bool bCopy); + void RotateMarkedGluePoints(const Point& rRef, Degree100 nAngle, bool bCopy); }; #endif // INCLUDED_SVX_SVDGLEV_HXX |