diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:26:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:26:16 +0000 |
commit | a08d1f1266447d3ae2c7afcce979693f83d108bb (patch) | |
tree | c1094b6a483d8c96552dc30ed90da20027cc17ec /ucb | |
parent | 6dd8759a224f40421ca51884b52efea32a4042e2 (diff) |
INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED
2005/11/10 15:32:59 pl 1.4.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ftp/ftpstrcont.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpstrcont.hxx b/ucb/source/ucp/ftp/ftpstrcont.hxx index 6ca071b37692..92a3f3f15af5 100644 --- a/ucb/source/ucp/ftp/ftpstrcont.hxx +++ b/ucb/source/ucp/ftp/ftpstrcont.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ftpstrcont.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:39:45 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:26:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,6 +59,7 @@ namespace ftp { FTPOutputStreamContainer(const com::sun::star::uno::Reference< com::sun::star::io::XOutputStream>& out); + virtual ~FTPOutputStreamContainer() {} virtual size_t write(void *buffer,size_t size,size_t nmemb); |