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