| commit | 195cb01573cbc92545cbc84cbb7dd09bbb4ae692 | [log] |
|---|---|---|
| author | Justin Luth <justin.luth@collabora.com> | Mon Oct 10 22:39:27 2022 -0400 |
| committer | Justin Luth <jluth@mail.com> | Tue Oct 11 16:44:39 2022 +0200 |
| tree | 40ae58bf4d54e25cbfec234966c50a069eea9318 | |
| parent | 99f89d40f7ca7e26f683a75f62a2cb7fe30459ad [diff] |
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 <jluth@mail.com>
diff --git a/filter/source/msfilter/msvbahelper.cxx b/filter/source/msfilter/msvbahelper.cxx index a4e9545..59d34ca 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 ) {