diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-23 01:06:30 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-23 01:06:54 +0900 |
commit | 5394b379eba8f3522a80ee7e68708f8851a86d7d (patch) | |
tree | ae7fdef49795e03fd15f4bba2dd8bad3e022ae77 /idlc/source | |
parent | 04d600d4be7c50db4b3b505039eb8bc96856f593 (diff) |
removed unused temporary rtl::OUString
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
Diffstat (limited to 'idlc/source')
-rw-r--r-- | idlc/source/aststruct.cxx | 1 | ||||
-rw-r--r-- | idlc/source/astunion.cxx | 1 |
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; |