Kaydet (Commit) 2e1d74dc authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedfields idl,idlc

Change-Id: I39816fc613aadb5250eed39fd0c6830abe1cde2c
üst 60e61e44
...@@ -26,10 +26,8 @@ ...@@ -26,10 +26,8 @@
struct SvNamePos struct SvNamePos
{ {
SvGlobalName aUUId; SvGlobalName aUUId;
sal_uInt32 nStmPos; SvNamePos( const SvGlobalName & rName )
SvNamePos( const SvGlobalName & rName, sal_uInt32 nPos ) : aUUId( rName ) {}
: aUUId( rName )
, nStmPos( nPos ) {}
}; };
class SvMetaModule : public SvMetaExtern class SvMetaModule : public SvMetaExtern
......
...@@ -81,7 +81,6 @@ struct AstExprValue ...@@ -81,7 +81,6 @@ struct AstExprValue
bool bval; // Contains boolean expression value bool bval; // Contains boolean expression value
float fval; // Contains 32-bit float expr value float fval; // Contains 32-bit float expr value
double dval; // Contains 64-bit float expr value double dval; // Contains 64-bit float expr value
sal_uInt32 eval; // Contains enumeration value
} u; } u;
ExprType et; ExprType et;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment