mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
OfficeUtils fix
(cherry picked from commit bfa75aea0208966f2a93a0e6ddb52270940417cd)
This commit is contained in:
parent
4524e2511e
commit
275d7b4149
1 changed files with 31 additions and 29 deletions
|
@ -1,7 +1,8 @@
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Microsoft.Win32;
|
using Microsoft.Win32;
|
||||||
|
|
||||||
namespace Greenshot.Plugin.Office;
|
namespace Greenshot.Plugin.Office
|
||||||
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A small utility class for helping with office
|
/// A small utility class for helping with office
|
||||||
|
@ -41,3 +42,4 @@ internal static class OfficeUtils
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue