Kaydet (Commit) 723412ea authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: I3ad7139190758e86cadebf9555a838dbaddbbf3e
üst 6b1bb754
...@@ -609,8 +609,6 @@ std::vector ...@@ -609,8 +609,6 @@ std::vector
com::sun::star::uno::Sequence< Any > parseArray( const OUString & str ) throw( SQLException ) com::sun::star::uno::Sequence< Any > parseArray( const OUString & str ) throw( SQLException )
{ {
com::sun::star::uno::Sequence< Any > ret;
int len = str.getLength(); int len = str.getLength();
bool doubleQuote = false; bool doubleQuote = false;
int brackets = 0; int brackets = 0;
......
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