summaryrefslogtreecommitdiff
path: root/include/test/htmltesttools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/htmltesttools.hxx')
-rw-r--r--include/test/htmltesttools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/htmltesttools.hxx b/include/test/htmltesttools.hxx
index 8889a6eaeddf..767febad04b2 100644
--- a/include/test/htmltesttools.hxx
+++ b/include/test/htmltesttools.hxx
@@ -22,7 +22,7 @@ class OOO_DLLPUBLIC_TEST HtmlTestTools
{
protected:
htmlDocPtr parseHtml(utl::TempFile& aTempFile);
- htmlDocPtr parseHtmlStream(SvStream* pStream);
+ static htmlDocPtr parseHtmlStream(SvStream* pStream);
};
#endif