Skip to content

Commit

Permalink
Fix using reference error preventing build
Browse files Browse the repository at this point in the history
  • Loading branch information
govert committed Apr 11, 2015
1 parent a32261d commit 7ed697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ExcelDna.Integration/ComServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
using System.Diagnostics;
using System.Globalization;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using System.Security;
using Microsoft.Win32;
using ExcelDna.Integration;
Expand All @@ -38,6 +37,7 @@ namespace ExcelDna.ComInterop
using HRESULT = System.Int32;
using IID = System.Guid;
using CLSID = System.Guid;
using System.Runtime.InteropServices.ComTypes;

// The Excel-DNA .xll can also act as an in-process COM server.
// This is implemented to support direct use of the RTD servers from the worksheet
Expand Down

0 comments on commit 7ed697e

Please sign in to comment.