summaryrefslogtreecommitdiff
path: root/svtools/source/svrtf/svparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svrtf/svparser.cxx')
-rw-r--r--svtools/source/svrtf/svparser.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx
index 11ebe9805027..c6d59c08eb04 100644
--- a/svtools/source/svrtf/svparser.cxx
+++ b/svtools/source/svrtf/svparser.cxx
@@ -541,13 +541,6 @@ typename SvParser<T>::TokenStackType* SvParser<T>::GetStackPtr( short nCnt )
return pTokenStack + nAktPos;
}
-// is called for each token which is recognised by CallParser
-template<typename T>
-void SvParser<T>::NextToken( T )
-{
-}
-
-
// to read asynchronous from SvStream
template<typename T>