summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-20 11:43:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-20 11:43:06 +0100
commit4e5ceca8e9f78cec2798c32ee22b8924ef4c9902 (patch)
tree90d851011b5488f01fb6c9300be756063c186c5a
parent876b99ce56c8d725cc207ca03433b3cb99dfb3eb (diff)
remove unused parameters
-rw-r--r--filter/source/msfilter/svxmsbas.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svxmsbas.cxx b/filter/source/msfilter/svxmsbas.cxx
index bb961adc5804..17113137b4bc 100644
--- a/filter/source/msfilter/svxmsbas.cxx
+++ b/filter/source/msfilter/svxmsbas.cxx
@@ -150,7 +150,7 @@ bool SvxImportMSVBasic::ImportForms_Impl(const String& rStorageName,
return bRet;
}
-bool SvxImportMSVBasic::ImportForms_Impl( VBA_Impl& rVBA, const String& rStorageName, const String& rSubStorageName, BOOL bVBAMode )
+bool SvxImportMSVBasic::ImportForms_Impl( VBA_Impl& rVBA, const String& rStorageName, const String& rSubStorageName, BOOL /*bVBAMode*/ )
{
SvStorageRef xVBAStg(rVBA.GetStorage()->OpenSotStorage(rStorageName,
STREAM_READWRITE | STREAM_NOCREATE | STREAM_SHARE_DENYALL));