Kaydet (Commit) 986beba7 authored tarafından Nigel Hawkins's avatar Nigel Hawkins

Refactor itrform2.[ch]xx a bit for better insulation.

üst 81a22db4
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
#define _ITRFORM2_HXX #define _ITRFORM2_HXX
#include "itrpaint.hxx" #include "itrpaint.hxx"
#include <vector>
class SwFlyCntPortion; class SwFlyCntPortion;
class SwInterHyphInfo; class SwInterHyphInfo;
class SwDropPortion; class SwDropPortion;
...@@ -102,9 +100,6 @@ class SwTxtFormatter : public SwTxtPainter ...@@ -102,9 +100,6 @@ class SwTxtFormatter : public SwTxtPainter
// determines, if a optimized repaint rectange is allowed // determines, if a optimized repaint rectange is allowed
sal_Bool AllowRepaintOpt() const; 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. // wird von FormatLine gerufen.
void FormatReset( SwTxtFormatInfo &rInf ); void FormatReset( SwTxtFormatInfo &rInf );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment