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.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/filter/ww8/writerhelper.cxx b/sw/source/filter/ww8/writerhelper.cxx
index 328bc73c5e0a..2f2d6f94d94d 100644
--- a/sw/source/filter/ww8/writerhelper.cxx
+++ b/sw/source/filter/ww8/writerhelper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/util/XCloseable.hpp>
#include <doc.hxx>
@@ -54,7 +53,6 @@
using namespace com::sun::star;
using namespace nsSwGetPoolIdFromName;
-
namespace
{
/*
@@ -593,7 +591,6 @@ namespace sw
return 0;
}
-
SwNoTxtNode *GetNoTxtNodeFromSwFrmFmt(const SwFrmFmt &rFmt)
{
const SwNodeIndex *pIndex = rFmt.GetCntnt().GetCntntIdx();
@@ -692,7 +689,6 @@ namespace sw
maStack.push_back(new SwFltStackEntry(rPos,rAttr.Clone()));
}
-
class SameOpenRedlineType :
public std::unary_function<const SwFltStackEntry*, bool>
{
@@ -763,7 +759,6 @@ namespace sw
delete pEntry;
}
-
bool CompareRedlines::operator()(const SwFltStackEntry *pOneE,
const SwFltStackEntry *pTwoE) const
{
@@ -780,7 +775,6 @@ namespace sw
return (pOne->aStamp < pTwo->aStamp) ? true : false;
}
-
RedlineStack::~RedlineStack()
{
std::sort(maStack.begin(), maStack.end(), CompareRedlines());