diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-07-22 15:05:09 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-07-22 22:06:26 -0400 |
commit | 5e361923f054683a5457b016a685ee07847a3672 (patch) | |
tree | 23bbaa6df43c260295f428e6908ee04b75132dd2 /svtools/inc | |
parent | 4709572e4a42dcff7c98abae73eb68a239c22e9d (diff) |
Removed commented-out methods.
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/parhtml.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/inc/svtools/parhtml.hxx b/svtools/inc/svtools/parhtml.hxx index bc5e5ccc0313..4b8df0ac0cb3 100644 --- a/svtools/inc/svtools/parhtml.hxx +++ b/svtools/inc/svtools/parhtml.hxx @@ -226,8 +226,6 @@ public: const HTMLOptions *GetOptions( sal_uInt16 *pNoConvertToken=0 ) const; // fuers asynchrone lesen aus dem SvStream -// virtual void SaveState( int nToken ); -// virtual void RestoreState(); virtual void Continue( int nToken ); |