diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 14:57:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 14:57:48 +0000 |
commit | 7877e6cee7ae143536a7392787703cd1c6e88b79 (patch) | |
tree | c2038622c920b610616d0b1b90655189b4967663 | |
parent | ab5818a2c026a222ea23d819265c2b4a74482ac5 (diff) |
INTEGRATION: CWS sw8u10bf05 (1.2.236); FILE MERGED
2008/01/24 10:55:25 ama 1.2.236.1: Fix #i85182#: Remove unused code
-rw-r--r-- | sw/source/core/inc/retrievedinputstreamdata.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/core/inc/retrievedinputstreamdata.hxx b/sw/source/core/inc/retrievedinputstreamdata.hxx index 44bb8e0589b2..dc47b7fb10a7 100644 --- a/sw/source/core/inc/retrievedinputstreamdata.hxx +++ b/sw/source/core/inc/retrievedinputstreamdata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: retrievedinputstreamdata.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2007-07-18 13:34:06 $ + * last change: $Author: vg $ $Date: 2008-03-18 15:57:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,8 +101,6 @@ class SwRetrievedInputStreamDataManager tDataKey ReserveData( boost::weak_ptr< SwAsyncRetrieveInputStreamThreadConsumer > pThreadConsumer ); - void ReleaseData( const tDataKey nDataKey ); - void PushData( const tDataKey nDataKey, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> xInputStream, const sal_Bool bIsStreamReadOnly ); |