diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2011-02-24 17:34:08 +0000 |
---|---|---|
committer | Nigel Hawkins <n.hawkins@gmx.com> | 2011-02-24 17:35:25 +0000 |
commit | 686d672f3adbf174bf4bd2cf32add1d69107a11b (patch) | |
tree | 6d3765d36f808a497e2e403b20230c8a8803a174 /sw/source/core/text/itrform2.hxx | |
parent | 30812089f1c5c6756c12a52a6a8f410673798362 (diff) |
Refactor itrform2.[ch]xx a bit for better insulation.
Diffstat (limited to 'sw/source/core/text/itrform2.hxx')
-rw-r--r-- | sw/source/core/text/itrform2.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/text/itrform2.hxx b/sw/source/core/text/itrform2.hxx index d2c14bcdd5..70d4d1e2ce 100644 --- a/sw/source/core/text/itrform2.hxx +++ b/sw/source/core/text/itrform2.hxx @@ -29,8 +29,6 @@ #define _ITRFORM2_HXX #include "itrpaint.hxx" -#include <vector> - class SwFlyCntPortion; class SwInterHyphInfo; class SwDropPortion; @@ -102,9 +100,6 @@ class SwTxtFormatter : public SwTxtPainter // determines, if a optimized repaint rectange is allowed sal_Bool AllowRepaintOpt() const; - // calculates and sets the optimized repaint offset - long CalcOptRepaint( xub_StrLen nOldLineEnd, const std::vector<long> &rFlyStarts ); - // wird von FormatLine gerufen. void FormatReset( SwTxtFormatInfo &rInf ); |