diff options
-rw-r--r-- | include/svx/nbdtmg.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/inc/stylesbuffer.hxx | 1 | ||||
-rw-r--r-- | sc/source/filter/oox/stylesbuffer.cxx | 6 | ||||
-rw-r--r-- | svx/source/sidebar/nbdtmg.cxx | 11 | ||||
-rw-r--r-- | unusedcode.easy | 3 |
5 files changed, 0 insertions, 23 deletions
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx index ef5095b77a0d..d14bc87cfd52 100644 --- a/include/svx/nbdtmg.hxx +++ b/include/svx/nbdtmg.hxx @@ -245,7 +245,6 @@ class SVX_DLLPUBLIC BulletsTypeMgr: public NBOTypeMgrBase static BulletsTypeMgr* _instance; public: BulletsTypeMgr(const NBOType aType); - BulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg); BulletsTypeMgr(const BulletsTypeMgr& aTypeMgr); virtual ~BulletsTypeMgr() {} virtual void Init(); @@ -278,7 +277,6 @@ class SVX_DLLPUBLIC GraphyicBulletsTypeMgr: public NBOTypeMgrBase static GraphyicBulletsTypeMgr* _instance; public: GraphyicBulletsTypeMgr(const NBOType aType); - GraphyicBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg); GraphyicBulletsTypeMgr(const GraphyicBulletsTypeMgr& aTypeMgr); virtual ~GraphyicBulletsTypeMgr(); virtual void Init(); diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx index 0f5ce548c7d4..953f7fae5a83 100644 --- a/sc/source/filter/inc/stylesbuffer.hxx +++ b/sc/source/filter/inc/stylesbuffer.hxx @@ -981,7 +981,6 @@ public: /** Writes the fill attributes of the specified fill data to the passed property map. */ void writeFillToItemSet( SfxItemSet& rItemSet, sal_Int32 nFillId, bool bSkipPoolDefs = false ) const; void writeFillToPropertyMap( PropertyMap& rPropMap, sal_Int32 nFillId ) const; - void writeCellXfToMarkData( ::ScMarkData& rMark, sal_Int32 nXfId, sal_Int32 nNumFmtId ); /** Writes the cell formatting attributes of the specified XF to the passed property set. */ void writeCellXfToPropertySet( PropertySet& rPropSet, sal_Int32 nXfId ) const; diff --git a/sc/source/filter/oox/stylesbuffer.cxx b/sc/source/filter/oox/stylesbuffer.cxx index d3f52dc11903..5024d069c96d 100644 --- a/sc/source/filter/oox/stylesbuffer.cxx +++ b/sc/source/filter/oox/stylesbuffer.cxx @@ -3321,12 +3321,6 @@ void StylesBuffer::writeFillToPropertyMap( PropertyMap& rPropMap, sal_Int32 nFil pFill->writeToPropertyMap( rPropMap ); } -void StylesBuffer::writeCellXfToMarkData( ScMarkData& rMark, sal_Int32 nXfId, sal_Int32 nNumFmtId ) -{ - if( Xf* pXf = maCellXfs.get( nXfId ).get() ) - pXf->writeToMarkData( rMark, nNumFmtId ); -} - bool operator==( const XfModel& rXfModel1, const XfModel& rXfModel2 ) { return ( rXfModel1.mbCellXf == rXfModel2.mbCellXf && diff --git a/svx/source/sidebar/nbdtmg.cxx b/svx/source/sidebar/nbdtmg.cxx index 5eacb4d4e4c0..1bee8da36385 100644 --- a/svx/source/sidebar/nbdtmg.cxx +++ b/svx/source/sidebar/nbdtmg.cxx @@ -281,12 +281,6 @@ BulletsTypeMgr::BulletsTypeMgr(const NBOType aType): Init(); } -BulletsTypeMgr::BulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg): - NBOTypeMgrBase(aType,pArg) -{ - Init(); -} - BulletsTypeMgr::BulletsTypeMgr(const BulletsTypeMgr& aTypeMgr): NBOTypeMgrBase(aTypeMgr) { @@ -561,11 +555,6 @@ GraphyicBulletsTypeMgr::GraphyicBulletsTypeMgr(const NBOType aType): Init(); } -GraphyicBulletsTypeMgr::GraphyicBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg): - NBOTypeMgrBase(aType,pArg) -{ - Init(); -} GraphyicBulletsTypeMgr::GraphyicBulletsTypeMgr(const GraphyicBulletsTypeMgr& aTypeMgr): NBOTypeMgrBase(aTypeMgr) { diff --git a/unusedcode.easy b/unusedcode.easy index 6a5859226a30..2d4a852d2a8e 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -192,11 +192,8 @@ std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::F svx::DialControl::GetLinkedField() const svx::DialControl::GetModifyHdl() const svx::sidebar::AreaPropertyPanel::LinkStubImplPopupModeEndHdl(void*, void*) -svx::sidebar::BulletsTypeMgr::BulletsTypeMgr(unsigned short, SfxItemSet const*) -svx::sidebar::GraphyicBulletsTypeMgr::GraphyicBulletsTypeMgr(unsigned short, SfxItemSet const*) svx::sidebar::LinePropertyPanel::LinkStubImplPopupModeEndHdl(void*, void*) svx::sidebar::LineWidthControl::GetValueSet() -svx::sidebar::NumberingTypeMgr::GetNumCount() const svx::sidebar::ParaPropertyPanel::InitImageList(boost::scoped_ptr<ToolBox>&, ImageList&, ImageList&) svx::sidebar::ParaPropertyPanel::LinkStubImplPopupModeEndHdl(void*, void*) sw::util::HdFtDistanceGlue::EqualTopBottom(sw::util::HdFtDistanceGlue const&) const |