summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/attributeoutputbase.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-01-09 18:01:08 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-01-09 18:22:24 +0100
commit0de00e2782493e8cf78710c40c98ca57b227244a (patch)
tree873f5af3b5a252489db6be00bddc150e8f8cf0e4 /sw/source/filter/ww8/attributeoutputbase.hxx
parent01541c21b61fc1f26e452196b79324344c868f8e (diff)
sw: remove references to ODF_COMMENTRANGE
Fieldmarks of type ODF_COMMENTRANGE are no longer used, since we got annotation marks. Also remove two unit tests: they tested problems which are no longer possible by design (commented text ranges are no longer fieldmarks, and there is a single placeholder character for them, instead of 3). Change-Id: I14bf144c436329d2aa8c48493e5ad87db862cceb
Diffstat (limited to 'sw/source/filter/ww8/attributeoutputbase.hxx')
-rw-r--r--sw/source/filter/ww8/attributeoutputbase.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/filter/ww8/attributeoutputbase.hxx b/sw/source/filter/ww8/attributeoutputbase.hxx
index 6ae14af54d41..8ed93db386ea 100644
--- a/sw/source/filter/ww8/attributeoutputbase.hxx
+++ b/sw/source/filter/ww8/attributeoutputbase.hxx
@@ -187,12 +187,6 @@ public:
/// for docx w:commentReference
virtual void WritePostitFieldReference() {};
- /// for docx w:commentRangeStart
- virtual void WritePostitFieldStart() {};
-
- /// for docx w:commentRangeEnd
- virtual void WritePostitFieldEnd() {};
-
/// Output text (inside a run).
virtual void RunText( const OUString& rText, rtl_TextEncoding eCharSet ) = 0;