summaryrefslogtreecommitdiff
path: root/include/svtools/svparser.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-06 20:57:31 +0300
committerTor Lillqvist <tml@collabora.com>2014-10-06 22:39:18 +0300
commit445336074c2441a59377b313fc6da2396554abed (patch)
tree8a7d8c56701d53faaf74f228036d0570338e74ca /include/svtools/svparser.hxx
parentce5cc7afb0f1c99237d04e0c754527c725d8491c (diff)
Remove pointless commented-out 'virtual' keywords
Nobody knows any more what such a metacomment was supposed to mean, if it had any deeper meaning at all. Change-Id: Iefb4fedc7b833c09ee0e39b3eb28202229323ef2
Diffstat (limited to 'include/svtools/svparser.hxx')
-rw-r--r--include/svtools/svparser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/svparser.hxx b/include/svtools/svparser.hxx
index 55a61df65ead..4d176ec90cfd 100644
--- a/include/svtools/svparser.hxx
+++ b/include/svtools/svparser.hxx
@@ -143,8 +143,8 @@ public:
long CallAsyncCallLink() { return NewDataRead( this, 0 ); }
// fuers asynchrone lesen aus dem SvStream
- /*virtual*/ void SaveState( int nToken );
- /*virtual*/ void RestoreState();
+ void SaveState( int nToken );
+ void RestoreState();
virtual void Continue( int nToken );
inline void SetDownloadingFile( bool bSet ) { bDownloadingFile = bSet; }