aboutsummaryrefslogtreecommitdiff
path: root/Source/ExcelDNA
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ExcelDNA')
-rw-r--r--Source/ExcelDNA/AddIn.cs2
-rw-r--r--Source/ExcelDNA/Functions.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/ExcelDNA/AddIn.cs b/Source/ExcelDNA/AddIn.cs
index b18f525..3c82406 100644
--- a/Source/ExcelDNA/AddIn.cs
+++ b/Source/ExcelDNA/AddIn.cs
@@ -3,7 +3,7 @@ using ExcelDna.Registration;
using Microsoft.Win32;
using System.Net.Http;
-namespace Rehau.Sku.Assist
+namespace RehauSku.Assist
{
public enum ResponseOrder
{
diff --git a/Source/ExcelDNA/Functions.cs b/Source/ExcelDNA/Functions.cs
index cd09535..6d94e24 100644
--- a/Source/ExcelDNA/Functions.cs
+++ b/Source/ExcelDNA/Functions.cs
@@ -1,6 +1,6 @@
using ExcelDna.Integration;
-namespace Rehau.Sku.Assist
+namespace RehauSku.Assist
{
public class Functions
{