summaryrefslogtreecommitdiff
path: root/vcl/inc/impfontmetricdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/impfontmetricdata.hxx')
-rw-r--r--vcl/inc/impfontmetricdata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/impfontmetricdata.hxx b/vcl/inc/impfontmetricdata.hxx
index ec1d98ccba41..a1d5db86bd8c 100644
--- a/vcl/inc/impfontmetricdata.hxx
+++ b/vcl/inc/impfontmetricdata.hxx
@@ -42,10 +42,10 @@ public:
// font instance attributes from the font request
tools::Long GetWidth() const { return mnWidth; }
- short GetOrientation() const { return mnOrientation; }
+ Degree10 GetOrientation() const { return mnOrientation; }
void SetWidth(tools::Long nWidth) { mnWidth=nWidth; }
- void SetOrientation(short nOrientation) { mnOrientation=nOrientation; }
+ void SetOrientation(Degree10 nOrientation) { mnOrientation=nOrientation; }
// font metrics measured for the font instance
tools::Long GetAscent() const { return mnAscent; }
@@ -102,7 +102,7 @@ private:
// font instance attributes from the font request
tools::Long mnHeight; // Font size
tools::Long mnWidth; // Reference Width
- short mnOrientation; // Rotation in 1/10 degrees
+ Degree10 mnOrientation; // Rotation in 1/10 degrees
// font metrics measured for the font instance
tools::Long mnAscent; // Ascent