From 4963072118a37ade94430ce08592680e11484593 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Fri, 22 Nov 2013 16:48:02 +0100 Subject: ww8: remove unused AttribHere class Change-Id: I3bc56192095d6564046115520626289c62d7234d --- sw/source/filter/ww8/ww8par.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'sw') 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 -{ -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(); -- cgit