Kaydet (Commit) 596f81b6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

WaE: unreferenced local variable

Change-Id: I162574ccf28c88c379e7cc3f88cfe83bc13dc5d4
üst c535cc8f
...@@ -97,10 +97,10 @@ private: ...@@ -97,10 +97,10 @@ private:
} }
} }
} }
catch(::com::sun::star::container::NoSuchElementException& ex) catch(::com::sun::star::container::NoSuchElementException&)
{ {
} }
catch(::com::sun::star::uno::RuntimeException& ex) catch(::com::sun::star::uno::RuntimeException&)
{ {
} }
...@@ -131,10 +131,10 @@ private: ...@@ -131,10 +131,10 @@ private:
} }
} }
} }
catch(::com::sun::star::container::NoSuchElementException& ex) catch(::com::sun::star::container::NoSuchElementException&)
{ {
} }
catch(::com::sun::star::uno::RuntimeException& ex) catch(::com::sun::star::uno::RuntimeException&)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment