diff options
-rw-r--r-- | filter/source/msfilter/svxmsbas.cxx | 2 |
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)); |