diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-02 19:58:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-02 20:04:10 +0300 |
commit | 80dc3aef943280361c5b9df17d6f11c0f4b2b75f (patch) | |
tree | 26071a1808616895b20791b4623d31e1e2d40779 | |
parent | 6925df8b39b885d218fdbc97696803a78795ce1b (diff) |
WaE: unused variable
Change-Id: Ia592c20c410b26ba40c7a255588ce53652c85cb5
-rw-r--r-- | ucb/source/ucp/ext/ucpext_content.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx index 317a953fd248..4ce4bf641021 100644 --- a/ucb/source/ucp/ext/ucpext_content.cxx +++ b/ucb/source/ucp/ext/ucpext_content.cxx @@ -524,7 +524,6 @@ namespace ucb { namespace ucp { namespace ext ::osl::ClearableGuard< osl::Mutex > aGuard( m_aMutex ); Sequence< Any > aRet( i_rValues.getLength() ); - Sequence< PropertyChangeEvent > aChanges( i_rValues.getLength() ); PropertyChangeEvent aEvent; aEvent.Source = static_cast< cppu::OWeakObject * >( this ); |