diff options
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r-- | include/svx/svdmodel.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index 6f4581d1618a..1d849acd71cd 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -27,6 +27,7 @@ #include <rtl/ustring.hxx> #include <tools/weakbase.h> #include <svl/SfxBroadcaster.hxx> +#include <tools/degree.hxx> #include <tools/fldunit.hxx> #include <tools/fract.hxx> #include <svl/hint.hxx> @@ -385,7 +386,7 @@ public: static OUString GetUnitString(FieldUnit eUnit); OUString GetMetricString(tools::Long nVal, bool bNoUnitChars = false, sal_Int32 nNumDigits = -1) const; - static OUString GetAngleString(tools::Long nAngle); + static OUString GetAngleString(Degree100 nAngle); static OUString GetPercentString(const Fraction& rVal); // RecalcPageNums is ordinarily only called by the Page. |