summaryrefslogtreecommitdiff
path: root/include/vcl/texteng.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2016-05-01 18:12:29 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2016-05-10 21:38:38 +0200
commit297e22838e1acbb7ffaa1d4879c3f56718ac947a (patch)
treeede0ea0ed2c122913baeba582f78ef00c7ca12cd /include/vcl/texteng.hxx
parenta79e3cc00bc9192497a3cb53e2d11edeb0b709c2 (diff)
Reorder class field
Change-Id: I7e4c7704cba8d1e2528b966267a350bdd7394e24
Diffstat (limited to 'include/vcl/texteng.hxx')
-rw-r--r--include/vcl/texteng.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/texteng.hxx b/include/vcl/texteng.hxx
index c440659e6426..3b962036aa57 100644
--- a/include/vcl/texteng.hxx
+++ b/include/vcl/texteng.hxx
@@ -114,11 +114,11 @@ private:
vcl::Font maFont;
Color maTextColor;
- long mnCharHeight;
sal_uInt16 mnFixCharWidth100;
sal_Int32 mnMaxTextLen;
long mnMaxTextWidth;
+ long mnCharHeight;
long mnCurTextWidth;
long mnCurTextHeight;
long mnDefTab;