summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontent.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontent.cxx2
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;