summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 51fae4b44619..8d0d0ebb9d2f 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -430,20 +430,6 @@ private:
SwWW8FltAnchorStack& operator=(const SwWW8FltAnchorStack&) = delete;
};
-//For fields whose handling cannot be fully resolved until we hit the end of
-//the document.
-class Position
-{
-public:
- SwNodeIndex maMkNode;
- SwNodeIndex maPtNode;
- sal_Int32 mnMkContent;
- sal_Int32 mnPtContent;
- explicit Position(const SwPaM &rPaM);
- Position(const Position &rEntry);
-private:
- Position& operator=(const Position&) = delete;
-};
namespace SwWW8
{