|
@@ -1282,7 +1282,10 @@ begin
|
|
|
UseVariable(TPasVariable(Decl),rraNone,true);
|
|
|
end
|
|
|
else if C=TPasResString then
|
|
|
- UseResourcestring(TPasResString(Decl))
|
|
|
+ begin
|
|
|
+ if OnlyExports then continue;
|
|
|
+ UseResourcestring(TPasResString(Decl));
|
|
|
+ end
|
|
|
else
|
|
|
RaiseNotSupported(20170306165213,Decl);
|
|
|
end;
|