File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Rubberduck.Parsing/Symbols Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
- using NLog ;
3
2
using Rubberduck . Parsing . VBA ;
4
3
using Rubberduck . VBEditor ;
5
4
@@ -8,7 +7,6 @@ namespace Rubberduck.Parsing.Symbols
8
7
public class FormEventDeclarations : ICustomDeclarationLoader
9
8
{
10
9
private readonly RubberduckParserState _state ;
11
- private readonly Logger _logger = LogManager . GetCurrentClassLogger ( ) ;
12
10
13
11
public FormEventDeclarations ( RubberduckParserState state )
14
12
{
@@ -103,7 +101,7 @@ private IReadOnlyList<Declaration> AddHiddenMSFormDeclarations(Declaration paren
103
101
null ,
104
102
string . Empty ,
105
103
false ,
106
- false ) ;
104
+ true ) ;
107
105
108
106
var userFormQueryCloseEventCloseModeParameter = new ParameterDeclaration (
109
107
new QualifiedMemberName (
@@ -115,7 +113,7 @@ private IReadOnlyList<Declaration> AddHiddenMSFormDeclarations(Declaration paren
115
113
null ,
116
114
string . Empty ,
117
115
false ,
118
- false ) ;
116
+ true ) ;
119
117
120
118
var userFormResizeEvent = new Declaration (
121
119
new QualifiedMemberName (
You can’t perform that action at this time.
0 commit comments