summaryrefslogtreecommitdiffstats
path: root/idlc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/aststruct.cxx1
-rw-r--r--idlc/source/astunion.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/idlc/source/aststruct.cxx b/idlc/source/aststruct.cxx
index d54df4c22b0f..c8bcd6a69322 100644
--- a/idlc/source/aststruct.cxx
+++ b/idlc/source/aststruct.cxx
@@ -134,7 +134,6 @@ sal_Bool AstStruct::dump(RegistryKey& rKey)
DeclList::const_iterator end = getIteratorEnd();
AstDeclaration* pDecl = NULL;
AstMember* pMember = NULL;
- OUString docu;
sal_uInt16 index = 0;
while ( iter != end )
{
diff --git a/idlc/source/astunion.cxx b/idlc/source/astunion.cxx
index f55843befc8b..1acc0ed2e59f 100644
--- a/idlc/source/astunion.cxx
+++ b/idlc/source/astunion.cxx
@@ -303,7 +303,6 @@ sal_Bool AstUnion::dump(RegistryKey& rKey)
AstUnionLabel* pLabel = NULL;
AstExprValue* pExprValue = NULL;
RTConstValue aConst;
- OUString docu;
sal_uInt16 index = 0;
if ( pDefault )
index = 1;