summaryrefslogtreecommitdiff
path: root/io/source/stm/odata.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-04-10 16:29:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-19 16:52:03 +0200
commiteeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (patch)
tree8301967148dea710244b57c008b4fa18d176965a /io/source/stm/odata.cxx
parentef08518fcfdab0e5fd5c61aa4fb4f7907fcb8355 (diff)
remove unused component_canUnload functions
Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc
Diffstat (limited to 'io/source/stm/odata.cxx')
-rw-r--r--io/source/stm/odata.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx
index 1636c1a8b844..18f07cbe1e9f 100644
--- a/io/source/stm/odata.cxx
+++ b/io/source/stm/odata.cxx
@@ -60,7 +60,6 @@ public:
ODataInputStream( )
: m_bValidStream( sal_False )
{
- g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt );
}
~ODataInputStream();
@@ -121,7 +120,6 @@ protected:
ODataInputStream::~ODataInputStream()
{
- g_moduleCount.modCnt.release( &g_moduleCount.modCnt );
}
// XInputStream
@@ -520,7 +518,6 @@ public:
ODataOutputStream()
: m_bValidStream( sal_False )
{
- g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt );
}
~ODataOutputStream();
@@ -578,7 +575,6 @@ protected:
ODataOutputStream::~ODataOutputStream()
{
- g_moduleCount.modCnt.release( &g_moduleCount.modCnt );
}
@@ -951,7 +947,6 @@ public:
: m_nMaxId(0) ,
m_bValidMarkable(sal_False)
{
- g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt );
}
~OObjectOutputStream();
@@ -1024,7 +1019,6 @@ private:
OObjectOutputStream::~OObjectOutputStream()
{
- g_moduleCount.modCnt.release( &g_moduleCount.modCnt );
}
void OObjectOutputStream::writeObject( const Reference< XPersistObject > & xPObj ) throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException)
@@ -1228,7 +1222,6 @@ public:
, m_rCxt( r )
, m_bValidMarkable(sal_False)
{
- g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt );
}
~OObjectInputStream();
@@ -1311,7 +1304,6 @@ private:
OObjectInputStream::~OObjectInputStream()
{
- g_moduleCount.modCnt.release( &g_moduleCount.modCnt );
}
Reference< XPersistObject > OObjectInputStream::readObject() throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException)