filter/source/msfilter/msvbahelper.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 195cb01573cbc92545cbc84cbb7dd09bbb4ae692
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Mon Oct 10 22:39:27 2022 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Tue Oct 11 16:44:39 2022 +0200

    tdf#148806 fix build for !HAVE_FEATURE_SCRIPTING
    
    I noticed this on one function, but completely
    missed it on the second one.
    
    Change-Id: I6ca74485b0c40cec2b04003fe894159198186ebf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141220
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/filter/source/msfilter/msvbahelper.cxx 
b/filter/source/msfilter/msvbahelper.cxx
index a4e954531155..59d34ca5cec1 100644
--- a/filter/source/msfilter/msvbahelper.cxx
+++ b/filter/source/msfilter/msvbahelper.cxx
@@ -270,6 +270,7 @@ OUString resolveVBAMacro(SfxObjectShell const* pShell, 
const OUString& rLibName,
     (void) rLibName;
     (void) rModuleName;
     (void) rMacroName;
+    (void) bOnlyPublic;
 #else
     if( pShell )
     {

Reply via email to