summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-02 08:56:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-02 12:22:34 +0100
commit3b6d6d1741fae5940987358c30176858717b4f72 (patch)
tree9d32d968a6467b1263f038b0a3b372993dc81cba
parent4e35c379aa63b197110193ce134dd3b26cff0644 (diff)
callcatcher: updated unused code
Change-Id: I78a287b3e4767fde1d0df7f54362f4587a21ed27
-rw-r--r--include/svx/nbdtmg.hxx2
-rw-r--r--sc/source/filter/inc/stylesbuffer.hxx1
-rw-r--r--sc/source/filter/oox/stylesbuffer.cxx6
-rw-r--r--svx/source/sidebar/nbdtmg.cxx11
-rw-r--r--unusedcode.easy3
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