diff options
| author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-07 18:26:35 +0200 |
|---|---|---|
| committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-07 19:43:29 +0200 |
| commit | 96caa3b7aea151744c5fa9ba4a4a940817e12531 (patch) | |
| tree | ad5ec916ecdda07e7cd077696dfa64d6f55381ab | |
| parent | 3a774815a24d3f55a64d901a1266e4543a2a2930 (diff) | |
dead code: unused Biff virtuals
Change-Id: I67ac9c0f3c7d6cd4c6c17e774fc11655341a3d4f
| -rw-r--r-- | sc/source/filter/inc/drawingmanager.hxx | 9 | ||||
| -rw-r--r-- | sc/source/filter/oox/drawingmanager.cxx | 16 |
2 files changed, 0 insertions, 25 deletions
diff --git a/sc/source/filter/inc/drawingmanager.hxx b/sc/source/filter/inc/drawingmanager.hxx index f79a7b3b23c5..4b397557b35a 100644 --- a/sc/source/filter/inc/drawingmanager.hxx +++ b/sc/source/filter/inc/drawingmanager.hxx @@ -147,15 +147,6 @@ protected: /** Converts the passed fill formatting to the passed property map. */ void convertFillProperties( ::oox::drawingml::ShapePropertyMap& rPropMap, const BiffObjFillModel& rFillModel ) const; - /** Derived classes read the contents of the a BIFF3 OBJ record from the passed stream. */ - virtual void implReadObjBiff3( BiffInputStream& rStrm, sal_uInt16 nMacroSize ); - /** Derived classes read the contents of the a BIFF4 OBJ record from the passed stream. */ - virtual void implReadObjBiff4( BiffInputStream& rStrm, sal_uInt16 nMacroSize ); - /** Derived classes read the contents of the a BIFF5 OBJ record from the passed stream. */ - virtual void implReadObjBiff5( BiffInputStream& rStrm, sal_uInt16 nNameLen, sal_uInt16 nMacroSize ); - /** Derived classes read the contents of the specified subrecord of a BIFF8 OBJ record from stream. */ - virtual void implReadObjBiff8SubRec( BiffInputStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize ); - /** Derived classes create the corresponding XShape and insert it into the passed container. */ virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > implConvertAndInsert( BiffDrawingBase& rDrawing, diff --git a/sc/source/filter/oox/drawingmanager.cxx b/sc/source/filter/oox/drawingmanager.cxx index 25d166be241d..37eecb328e3c 100644 --- a/sc/source/filter/oox/drawingmanager.cxx +++ b/sc/source/filter/oox/drawingmanager.cxx @@ -476,22 +476,6 @@ void BiffDrawingObjectBase::convertFillProperties( ShapePropertyMap& rPropMap, c aFillProps.pushToPropMap( rPropMap, getBaseFilter().getGraphicHelper() ); } -void BiffDrawingObjectBase::implReadObjBiff3( BiffInputStream& /*rStrm*/, sal_uInt16 /*nMacroSize*/ ) -{ -} - -void BiffDrawingObjectBase::implReadObjBiff4( BiffInputStream& /*rStrm*/, sal_uInt16 /*nMacroSize*/ ) -{ -} - -void BiffDrawingObjectBase::implReadObjBiff5( BiffInputStream& /*rStrm*/, sal_uInt16 /*nNameLen*/, sal_uInt16 /*nMacroSize*/ ) -{ -} - -void BiffDrawingObjectBase::implReadObjBiff8SubRec( BiffInputStream& /*rStrm*/, sal_uInt16 /*nSubRecId*/, sal_uInt16 /*nSubRecSize*/ ) -{ -} - // ============================================================================ // BIFF drawing page // ============================================================================ |
