diff options
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ftp/ftpcontent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx index d58ea9edf247..d903516d528a 100644 --- a/ucb/source/ucp/ftp/ftpcontent.cxx +++ b/ucb/source/ucp/ftp/ftpcontent.cxx @@ -941,7 +941,7 @@ Sequence<Any> FTPContent::setPropertyValues( if(evt.getLength()) { // title has changed notifyPropertiesChange(evt); - exchange(new FTPContentIdentifier(m_aFTPURL.ident(false,false))); + (void)exchange(new FTPContentIdentifier(m_aFTPURL.ident(false,false))); } return ret; |