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 /pyuno | |
parent | 04d600d4be7c50db4b3b505039eb8bc96856f593 (diff) |
removed unused temporary rtl::OUString
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno_runtime.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_runtime.cxx b/pyuno/source/module/pyuno_runtime.cxx index 8194de9aa328..e7023bcba7bf 100644 --- a/pyuno/source/module/pyuno_runtime.cxx +++ b/pyuno/source/module/pyuno_runtime.cxx @@ -560,7 +560,6 @@ PyRef Runtime::any2PyObject (const Any &a ) const tc->convertTo (a, ::getCppuType (&s)) >>= s; PyRef tuple( PyTuple_New (s.getLength()), SAL_NO_ACQUIRE); int i=0; - OUString errMsg; try { for ( i = 0; i < s.getLength (); i++) |