summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlpars.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/html/htmlpars.cxx')
-rw-r--r--sc/source/filter/html/htmlpars.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index e4b733fb7e9d..40fb56e298e2 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -203,15 +203,7 @@ ScHTMLParser::~ScHTMLParser()
{
}
-ScHTMLStyles& ScHTMLParser::GetStyles()
-{
- return maStyles;
-}
-ScDocument& ScHTMLParser::GetDoc()
-{
- return *mpDoc;
-}
ScHTMLLayoutParser::ScHTMLLayoutParser(
EditEngine* pEditP, const OUString& rBaseURL, const Size& aPageSizeP,