summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-11-27 23:04:25 +0100
committerAndras Timar <andras.timar@collabora.com>2014-11-27 23:08:08 +0100
commit5b940edaf66ab8371192ef67ef9171c0d40f7e18 (patch)
tree10929c3f973da757519237eca0953cc72a16641c /filter
parent6945971c79d70d77c5c8bb6593b3f25ef46b0887 (diff)
unused function Calc_nBLIPPos
Change-Id: Iaa4073e2f1c0ccea7a5d63d24e34ac5647a0e7b0
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index d1ca58185dcd..22eda4097197 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5863,10 +5863,6 @@ void SvxMSDffManager::GetDrawingGroupContainerData( SvStream& rSt, sal_uLong nLe
if( (!nBLIPPos) && (nBLIPLen < nLenFBSE) )
nBLIPPos = rSt.Tell() + 4;
- // That worked great!
- // We store, that we do have one FBSE more in the pointer array.
- nBLIPPos = Calc_nBLIPPos(nBLIPPos, rSt.Tell());
-
if( USHRT_MAX == nBLIPCount )
nBLIPCount = 1;
else
@@ -6485,11 +6481,6 @@ void SvxMSDffManager::ProcessClientAnchor2( SvStream& /* rSt */, DffRecordHeader
return; // will be overloaded by SJ in Draw
}
-sal_uLong SvxMSDffManager::Calc_nBLIPPos( sal_uLong nOrgVal, sal_uLong /* nStreamPos */ ) const
-{
- return nOrgVal;
-}
-
bool SvxMSDffManager::GetOLEStorageName( long /* nOLEId */, OUString&, SvStorageRef&, uno::Reference < embed::XStorage >& ) const
{
return false;