summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/writerhelper.cxx')
-rw-r--r--sw/source/filter/ww8/writerhelper.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/writerhelper.cxx b/sw/source/filter/ww8/writerhelper.cxx
index c12f5ef6817a..c6621ddf5ce5 100644
--- a/sw/source/filter/ww8/writerhelper.cxx
+++ b/sw/source/filter/ww8/writerhelper.cxx
@@ -151,7 +151,7 @@ namespace
}
//Utility to test if a frame is anchored at a given node index
- class anchoredto: public std::unary_function<const ww8::Frame&, bool>
+ class anchoredto
{
private:
sal_uLong mnNode;
@@ -720,8 +720,7 @@ namespace sw
maStack.push_back(new SwFltStackEntry(rPos,rAttr.Clone()));
}
- class SameOpenRedlineType :
- public std::unary_function<const SwFltStackEntry*, bool>
+ class SameOpenRedlineType
{
private:
RedlineType_t meType;