Skip to content

Commit

Permalink
re-added reference to resources project, added missing usings
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed May 11, 2018
1 parent 3d8da3c commit 78944b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Expand Up @@ -9,6 +9,7 @@
using Rubberduck.Parsing.Inspections.Resources;
using Rubberduck.Parsing.Symbols;
using Rubberduck.Parsing.VBA;
using Rubberduck.Resources;
using Rubberduck.UI;

namespace Rubberduck.Inspections.Concrete
Expand Down
Expand Up @@ -9,6 +9,7 @@
using Rubberduck.Parsing.Inspections.Abstract;
using Rubberduck.Parsing.Inspections.Resources;
using Rubberduck.Parsing.VBA;
using Rubberduck.Resources;
using Rubberduck.UI;
using Rubberduck.VBEditor;

Expand Down
Expand Up @@ -7,6 +7,7 @@
using Rubberduck.Parsing.Inspections.Resources;
using Rubberduck.Parsing.Symbols;
using Rubberduck.Parsing.VBA;
using Rubberduck.Resources;
using Rubberduck.UI;
using Rubberduck.VBEditor.SafeComWrappers;

Expand Down
Expand Up @@ -9,6 +9,7 @@
using Rubberduck.Parsing.Inspections.Resources;
using Rubberduck.Parsing.Symbols;
using Rubberduck.Parsing.VBA;
using Rubberduck.Resources;
using Rubberduck.Settings;
using Rubberduck.SettingsProvider;
using Rubberduck.UI;
Expand Down
1 change: 1 addition & 0 deletions Rubberduck.Inspections/Inspector.cs
Expand Up @@ -14,6 +14,7 @@
using Rubberduck.Parsing.Inspections.Abstract;
using Rubberduck.Parsing.Inspections.Resources;
using Rubberduck.Parsing.VBA;
using Rubberduck.Resources;
using Rubberduck.Settings;
using Rubberduck.UI;
using Rubberduck.UI.Inspections;
Expand Down
Expand Up @@ -4,6 +4,7 @@
using Rubberduck.Parsing.Inspections.Abstract;
using Rubberduck.Parsing.VBA;
using Rubberduck.Refactorings.Rename;
using Rubberduck.Resources;
using Rubberduck.UI;
using Rubberduck.UI.Refactorings.Rename;
using Rubberduck.VBEditor.SafeComWrappers.Abstract;
Expand Down

0 comments on commit 78944b4

Please sign in to comment.