summaryrefslogtreecommitdiff
path: root/svtools/inc/ruler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/ruler.hxx')
-rw-r--r--svtools/inc/ruler.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/svtools/inc/ruler.hxx b/svtools/inc/ruler.hxx
index c2649b298ba6..bcf441e5c2d2 100644
--- a/svtools/inc/ruler.hxx
+++ b/svtools/inc/ruler.hxx
@@ -690,6 +690,10 @@ private:
USHORT mnExtraStyle;
USHORT mnExtraClicks;
USHORT mnExtraModifier;
+// Amelia
+ long mnCharWidth;
+ long mnLineHeight;
+
RulerExtra meExtraType;
RulerType meDragType;
MapUnit meSourceUnit;
@@ -869,6 +873,9 @@ public:
//set text direction right-to-left
void SetTextRTL(BOOL bRTL);
+
+ void SetCharWidth( long nWidth ) { mnCharWidth = nWidth ; }
+ void SetLineHeight( long nHeight ) { mnLineHeight = nHeight ; }
};
#endif // _RULER_HXX