Skip to content

Commit a03936e

Browse files
authored
woopsie
1 parent 4f79934 commit a03936e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/Symbols/DeclarationSymbolsListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private void DeclareControlsAsMembers(IVBComponent form)
135135
if (form.Controls == null) { return; }
136136

137137
var libraryQualifier = string.Empty;
138-
if (form.ComponentType == ComponentType.UserForm)
138+
if (_qualifiedModuleName.ComponentType == ComponentType.UserForm)
139139
{
140140
var msFormsLib = _state.DeclarationFinder.FindProject("MSForms");
141141
//Debug.Assert(msFormsLib != null);

0 commit comments

Comments
 (0)