diff options
Diffstat (limited to 'idlc/source/astunion.cxx')
-rw-r--r-- | idlc/source/astunion.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/source/astunion.cxx b/idlc/source/astunion.cxx index aaa6ca36aa83..e0a8bf84b01e 100644 --- a/idlc/source/astunion.cxx +++ b/idlc/source/astunion.cxx @@ -305,7 +305,6 @@ sal_Bool AstUnion::dump(RegistryKey& rKey) AstUnionLabel* pLabel = NULL; AstExprValue* pExprValue = NULL; RTConstValue aConst; - RTFieldAccess access = RT_ACCESS_READWRITE; OUString docu; sal_uInt16 index = 0; if ( pDefault ) @@ -345,7 +344,6 @@ sal_Bool AstUnion::dump(RegistryKey& rKey) if ( pDefault ) { - access = RT_ACCESS_DEFAULT; aConst.m_type = RT_TYPE_INT64; aConst.m_value.aHyper = disc + 1; aBlob.setFieldData( |