aboutsummaryrefslogtreecommitdiff
path: root/Source/Ribbon
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Ribbon')
-rw-r--r--Source/Ribbon/RibbonController.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Ribbon/RibbonController.cs b/Source/Ribbon/RibbonController.cs
index c4ca6d7..7402a09 100644
--- a/Source/Ribbon/RibbonController.cs
+++ b/Source/Ribbon/RibbonController.cs
@@ -1,9 +1,9 @@
using System.Runtime.InteropServices;
using System.Windows.Forms;
using ExcelDna.Integration.CustomUI;
-using RehauSku.Assist;
+using RehauSku.DataExport;
-namespace Ribbon
+namespace RehauSku.Ribbon
{
[ComVisible(true)]
public class RibbonController : ExcelRibbon
@@ -26,7 +26,7 @@ namespace Ribbon
public void OnButtonPressed(IRibbonControl control)
{
- using (DataWriter dw = new DataWriter())
+ using (Exporter dw = new Exporter())
{
if (!dw.IsRangeValid())
{