diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index f8b7466ea8f5..747796e0e5d5 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -2419,18 +2419,6 @@ void wwSectionManager::SetHdFt(wwSection &rSection, int nSect, } -class AttribHere : public std::unary_function<const xub_StrLen*, bool> -{ -private: - xub_StrLen nPosition; -public: - AttribHere(xub_StrLen nPos) : nPosition(nPos) {} - bool operator()(const xub_StrLen *pPosition) const - { - return (*pPosition >= nPosition); - } -}; - void SwWW8ImplReader::AppendTxtNode(SwPosition& rPos) { SwTxtNode* pTxt = pPaM->GetNode()->GetTxtNode(); |