summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HStorageMap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HStorageMap.cxx')
-rw-r--r--connectivity/source/drivers/hsqldb/HStorageMap.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/connectivity/source/drivers/hsqldb/HStorageMap.cxx b/connectivity/source/drivers/hsqldb/HStorageMap.cxx
index 91f285fb15..79bfb4be47 100644
--- a/connectivity/source/drivers/hsqldb/HStorageMap.cxx
+++ b/connectivity/source/drivers/hsqldb/HStorageMap.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: HStorageMap.cxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -109,11 +109,6 @@ namespace connectivity
return m_xOutputStream;
}
// -----------------------------------------------------------------------------
- Reference< XStream> StreamHelper::getStream()
- {
- return m_xStream;
- }
- // -----------------------------------------------------------------------------
Reference< XSeekable> StreamHelper::getSeek()
{
if ( !m_xSeek.is() )