diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2016-05-01 18:12:29 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2016-05-10 21:38:38 +0200 |
commit | 297e22838e1acbb7ffaa1d4879c3f56718ac947a (patch) | |
tree | ede0ea0ed2c122913baeba582f78ef00c7ca12cd /include/vcl/texteng.hxx | |
parent | a79e3cc00bc9192497a3cb53e2d11edeb0b709c2 (diff) |
Reorder class field
Change-Id: I7e4c7704cba8d1e2528b966267a350bdd7394e24
Diffstat (limited to 'include/vcl/texteng.hxx')
-rw-r--r-- | include/vcl/texteng.hxx | 2 |
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; |