summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-23 01:06:30 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-23 01:06:54 +0900
commit5394b379eba8f3522a80ee7e68708f8851a86d7d (patch)
treeae7fdef49795e03fd15f4bba2dd8bad3e022ae77 /idlc
parent04d600d4be7c50db4b3b505039eb8bc96856f593 (diff)
removed unused temporary rtl::OUString
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
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;