diff --git a/Source/ExcelDNA/AddIn.cs b/Source/ExcelDNA/AddIn.cs index 77a2b34..b18f525 100644 --- a/Source/ExcelDNA/AddIn.cs +++ b/Source/ExcelDNA/AddIn.cs @@ -49,6 +49,5 @@ namespace Rehau.Sku.Assist responseOrder = (ResponseOrder)addInKeys.GetValue("ResponseOrder"); priceListPath = (string)addInKeys.GetValue("PriceListPath"); } - } }