summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/msfilter/msocximex.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/msfilter/msocximex.cxx b/filter/source/msfilter/msocximex.cxx
index 9bbc1d6610f8..2dd7dfb01547 100644
--- a/filter/source/msfilter/msocximex.cxx
+++ b/filter/source/msfilter/msocximex.cxx
@@ -5583,12 +5583,12 @@ sal_Bool HTML_TextBox::Import(com::sun::star::uno::Reference<
return sal_True;
}
-sal_Bool HTML_TextBox::Read(SotStorageStream *pS)
+sal_Bool HTML_TextBox::Read(SotStorageStream * /*pS*/)
{
return sal_True;
}
-sal_Bool HTML_TextBox::ReadFontData(SotStorageStream *pS)
+sal_Bool HTML_TextBox::ReadFontData(SotStorageStream * /*pS*/)
{
return sal_True;
}