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:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user