summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-20 11:43:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-20 11:43:36 +0100
commit1fa82e8ac39d07e23ca3f925ac7a68238d9aba51 (patch)
tree564a698341a1c0f97649c8258400753f7bfaf1d9
parent4e5ceca8e9f78cec2798c32ee22b8924ef4c9902 (diff)
WaE, remove unused parameters
-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;
}