summaryrefslogtreecommitdiff
path: root/uui
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 /uui
parent04d600d4be7c50db4b3b505039eb8bc96856f593 (diff)
removed unused temporary rtl::OUString
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl-filter.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/uui/source/iahndl-filter.cxx b/uui/source/iahndl-filter.cxx
index 22550964a3e6..94d54eac2dfc 100644
--- a/uui/source/iahndl-filter.cxx
+++ b/uui/source/iahndl-filter.cxx
@@ -340,7 +340,6 @@ handleFilterOptionsRequest_(
sal_Int32 nPropCount = rRequest.rProperties.getLength();
for( sal_Int32 ind = 0; ind < nPropCount; ++ind )
{
- rtl::OUString tmp = rRequest.rProperties[ind].Name;
if( rRequest.rProperties[ind].Name.equals(
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName"))) )
{