Fix TODO: Remove parameter

Left-over from 1dc71daf7f

At this point macros are already disabled when content signature is
missing or invalid, and this call does not change it.

Change-Id: I5a609c07dea115d45fa8f71195b2455c13381e73
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110078
Tested-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
This commit is contained in:
Samuel Mehrbrodt
2021-01-28 13:50:30 +01:00
parent f6a38df16c
commit 7140cd4017

View File

@@ -1599,7 +1599,7 @@ bool SfxObjectShell::AdjustMacroMode()
CheckEncryption_Impl( xInteraction );
return pImpl->aMacroMode.adjustMacroMode( xInteraction, true /*TODO*/ );
return pImpl->aMacroMode.adjustMacroMode( xInteraction );
}
vcl::Window* SfxObjectShell::GetDialogParent( SfxMedium const * pLoadingMedium )