summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-11-22 16:48:02 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2013-11-23 14:20:38 +0100
commit4963072118a37ade94430ce08592680e11484593 (patch)
tree755181d4fcd1c85b99a576de9a2fd25ae0cef86f /sw
parent0d45804d5f2a7402d6a7213eec895e5fef4d831f (diff)
ww8: remove unused AttribHere class
Change-Id: I3bc56192095d6564046115520626289c62d7234d
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx12
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();