summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/DTransHelper.hxx
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-03-09 14:21:55 +0000
committerTino Rachui <tra@openoffice.org>2001-03-09 14:21:55 +0000
commitbc505f6721444ba54b5ed43669f8aab1b1e43bd0 (patch)
treed18375104c8459372ba8f2b775ed5cc3ec450206 /dtrans/source/win32/dtobj/DTransHelper.hxx
parent4b9d3fc23abd212440e0e0c5f687ff8597234b62 (diff)
*** empty log message ***
Diffstat (limited to 'dtrans/source/win32/dtobj/DTransHelper.hxx')
-rw-r--r--dtrans/source/win32/dtobj/DTransHelper.hxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/dtrans/source/win32/dtobj/DTransHelper.hxx b/dtrans/source/win32/dtobj/DTransHelper.hxx
index 6f646ef6dcd1..c2fd0c767018 100644
--- a/dtrans/source/win32/dtobj/DTransHelper.hxx
+++ b/dtrans/source/win32/dtobj/DTransHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DTransHelper.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tra $ $Date: 2001-03-06 12:24:46 $
+ * last change: $Author: tra $ $Date: 2001-03-09 15:20:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,8 +104,7 @@ public:
CStgTransferHelper(
sal_Bool bAutoInit = sal_False,
HGLOBAL hGlob = NULL,
- sal_Bool bDelStgOnRelease = sal_False,
- sal_Bool bReleaseStreamOnDestr = sal_True );
+ sal_Bool bDelStgOnRelease = sal_False );
~CStgTransferHelper( );
@@ -118,13 +117,11 @@ public:
void SAL_CALL init(
SIZE_T newSize,
sal_uInt32 uiFlags = GHND,
- sal_Bool bDelStgOnRelease = sal_False,
- sal_Bool bReleasStreamOnDestr = sal_True );
+ sal_Bool bDelStgOnRelease = sal_False );
void SAL_CALL init(
HGLOBAL hGlob,
- sal_Bool bDelStgOnRelease = sal_False,
- sal_Bool bReleaseStreamOnDestr = sal_True );
+ sal_Bool bDelStgOnRelease = sal_False );
// returns the size of the managed memory
sal_uInt32 SAL_CALL memSize( ) const;
@@ -136,7 +133,6 @@ public:
private:
LPSTREAM m_lpStream;
sal_Bool m_bDelStgOnRelease;
- sal_Bool m_bReleaseStreamOnDestr;
private:
CStgTransferHelper( const CStgTransferHelper& );