mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
BUG-2644: Fixed a NPRE when exporting to Powerpoint when it's not running yet.
This commit is contained in:
parent
1f7e4e2962
commit
90d1e114e0
1 changed files with 5 additions and 5 deletions
|
@ -243,7 +243,7 @@ namespace GreenshotOfficePlugin.OfficeExport
|
||||||
// Ignore, probably no PowerPoint running
|
// Ignore, probably no PowerPoint running
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (powerPointApplication.ComObject != null)
|
if (powerPointApplication?.ComObject != null)
|
||||||
{
|
{
|
||||||
InitializeVariables(powerPointApplication);
|
InitializeVariables(powerPointApplication);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue