sfx2/source/doc/guisaveas.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit a890c1466addb287418130d1a99c12004e202f0c
Author: Miklos Vajna <[email protected]>
AuthorDate: Fri Oct 17 08:24:45 2025 +0200
Commit: Miklos Vajna <[email protected]>
CommitDate: Sat Oct 18 17:46:17 2025 +0200
sfx: fix loplugin:unusedcapturedefault
In the --disable-gpgmepp case.
Change-Id: I34004348ece07344dc7cd8f050ff5e5b82ff52ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192574
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <[email protected]>
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index 8f242373bb70..2ad7c2ad1b97 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -1931,6 +1931,8 @@ bool
SfxStoringHelper::FinishGUIStoreModel(::comphelper::SequenceAsHashMap::cons
SfxResId(STR_ERROR_NOMATCHINGDEFUALTCERT)));
xBox->run();
return;
+#else
+ (void)aModelData;
#endif
};
SignWithDefaultSignature();