Fix Compile Error in OfficeUtils

This commit is contained in:
jklingen 2025-01-05 15:49:50 +01:00
commit 5ee9d052b9

View file

@ -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;
} }
} }
}