summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 12:05:12 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 20:17:26 +0100
commit78949ca9a24820e347d241b16c0ad01a030be159 (patch)
tree09c695c39deac86e9539fc7415102540dbc63609 /svtools
parent4aef46ae356f5ab177ad51afe4b7aa8fc4f47254 (diff)
Remove unused USED ;)
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: */