summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svhtml/parhtml.cxx13
-rw-r--r--svtools/source/svrtf/parrtf.cxx12
2 files changed, 0 insertions, 25 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index 0480a69c5d73..dc3f593c6729 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -2087,19 +2087,6 @@ BOOL HTMLParser::InternalImgToPrivateURL( String& rURL )
return bFound;
}
-#ifdef USED
-void HTMLParser::SaveState( int nToken )
-{
- SvParser::SaveState( nToken );
-}
-
-void HTMLParser::RestoreState()
-{
- SvParser::RestoreState();
-}
-#endif
-
-
enum eHtmlMetas {
HTML_META_NONE = 0,
HTML_META_AUTHOR,
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index e567e0151537..8ddcdb70a37b 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -687,16 +687,4 @@ void SvRTFParser::SetEncoding( rtl_TextEncoding eEnc )
SetSrcEncoding(eEnc);
}
-#ifdef USED
-void SvRTFParser::SaveState( int nToken )
-{
- SvParser::SaveState( nToken );
-}
-
-void SvRTFParser::RestoreState()
-{
- SvParser::RestoreState();
-}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */