summaryrefslogtreecommitdiff
path: root/writerfilter/inc/rtftok
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-10-24 15:44:49 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-10-25 09:34:43 +0200
commit40014cd070a2271ede0a73fd33de0121571df4eb (patch)
treeb0c2265370ae0d83abc6ac74dff02f91748170d9 /writerfilter/inc/rtftok
parentd5b4eccee3c462a12f8caf1fccf38cc6e2a34a68 (diff)
only the now removed OOXML tokenizer called getType()
Change-Id: Id9786ed75bf9d9b637312655af33d790caf93b13
Diffstat (limited to 'writerfilter/inc/rtftok')
-rw-r--r--writerfilter/inc/rtftok/RTFDocument.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/writerfilter/inc/rtftok/RTFDocument.hxx b/writerfilter/inc/rtftok/RTFDocument.hxx
index 1959505cfc8f..7f5391cdf080 100644
--- a/writerfilter/inc/rtftok/RTFDocument.hxx
+++ b/writerfilter/inc/rtftok/RTFDocument.hxx
@@ -32,9 +32,6 @@ public:
/// Resolves this document to a stream handler.
virtual void resolve(Stream& rHandler) SAL_OVERRIDE = 0;
-
- /// Returns string representation of the type of this reference. (Debugging purpose only.)
- virtual ::std::string getType() const SAL_OVERRIDE = 0;
};
/// Interface to create an RTFDocument instance.