From a2773088c7451ecb257a3029e9b81afaa548bc23 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 15 Nov 2018 08:40:47 +0100 Subject: [PATCH] Enabled Greenshot.Addon.Office, this seems to be working (note: only tested an export to word) --- src/Greenshot.Addon.OcrCommand/COMWrapper.cs | 2 +- src/Greenshot/Greenshot.csproj | 2 +- src/NuGet.Config | 7 ------- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/Greenshot.Addon.OcrCommand/COMWrapper.cs b/src/Greenshot.Addon.OcrCommand/COMWrapper.cs index e94c6fdff..67f9c14db 100644 --- a/src/Greenshot.Addon.OcrCommand/COMWrapper.cs +++ b/src/Greenshot.Addon.OcrCommand/COMWrapper.cs @@ -515,7 +515,7 @@ namespace Greenshot.Addon.OcrCommand #region Clean up /// - /// If is not called, we need to make + /// If dispose() is not called, we need to make /// sure that the COM object is still cleaned up. /// ~COMWrapper() diff --git a/src/Greenshot/Greenshot.csproj b/src/Greenshot/Greenshot.csproj index 6e596f5f7..227da9f3c 100644 --- a/src/Greenshot/Greenshot.csproj +++ b/src/Greenshot/Greenshot.csproj @@ -117,13 +117,13 @@ + - \ No newline at end of file diff --git a/src/NuGet.Config b/src/NuGet.Config index ecbde646b..1246f1e65 100644 --- a/src/NuGet.Config +++ b/src/NuGet.Config @@ -6,12 +6,5 @@ - - - - - - - \ No newline at end of file