Skip to content

Commit

Permalink
Rename namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosch250 committed Jul 22, 2015
1 parent 0ceceed commit 101783e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion RetailCoder.VBE/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Globalization;
using System.Windows.Forms;
using Microsoft.Vbe.Interop;
using Rubberduck.FindAllImplementations;
using Rubberduck.Navigations;
using Rubberduck.Inspections;
using Rubberduck.Parsing;
using Rubberduck.Parsing.VBA;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Rubberduck.VBEditor;
using Rubberduck.VBEditor.VBEInterfaces.RubberduckCodePane;

namespace Rubberduck.FindAllImplementations
namespace Rubberduck.Navigations
{
public class FindAllImplementations : IFindAllImplementations
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Rubberduck.Parsing;
using Rubberduck.Parsing.Symbols;

namespace Rubberduck.FindAllImplementations
namespace Rubberduck.Navigations
{
public interface IFindAllImplementations
{
Expand Down
4 changes: 2 additions & 2 deletions RetailCoder.VBE/Rubberduck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
<ItemGroup>
<Compile Include="FindAllImplementations\FindAllImplementations.cs" />
<Compile Include="FindAllImplementations\IFindAllImplementations.cs" />
<Compile Include="Navigations\FindAllImplementations.cs" />
<Compile Include="Navigations\IFindAllImplementations.cs" />
<Compile Include="Inspections\MultilineParameterInspectionResult.cs" />
<Compile Include="Refactorings\RemoveParameters\IRemoveParametersView.cs" />
<Compile Include="Refactorings\RemoveParameters\Parameter.cs" />
Expand Down
2 changes: 1 addition & 1 deletion RetailCoder.VBE/UI/RefactorMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Windows.Forms;
using Microsoft.Office.Core;
using Microsoft.Vbe.Interop;
using Rubberduck.FindAllImplementations;
using Rubberduck.Navigations;
using Rubberduck.Parsing;
using Rubberduck.Parsing.Symbols;
using Rubberduck.Properties;
Expand Down
2 changes: 1 addition & 1 deletion RetailCoder.VBE/UI/RubberduckMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Microsoft.Vbe.Interop;
using Ninject;
using Ninject.Parameters;
using Rubberduck.FindAllImplementations;
using Rubberduck.Navigations;
using Rubberduck.Inspections;
using Rubberduck.Parsing;
using Rubberduck.Parsing.Symbols;
Expand Down

0 comments on commit 101783e

Please sign in to comment.