diff options
Diffstat (limited to 'sw/inc/fmtcnct.hxx')
-rw-r--r-- | sw/inc/fmtcnct.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/fmtcnct.hxx b/sw/inc/fmtcnct.hxx index e626a0523fd6..690857eb5bef 100644 --- a/sw/inc/fmtcnct.hxx +++ b/sw/inc/fmtcnct.hxx @@ -24,7 +24,6 @@ #include <format.hxx> #include <calbck.hxx> - class SwFlyFrmFmt; class IntlWrapper; @@ -34,7 +33,6 @@ class SW_DLLPUBLIC SwFmtChain: public SfxPoolItem SwClient aPrev, ///< Previous SwFlyFrmFmt (if existent). aNext; ///< Next SwFlyFrmFmt (if existent). - public: SwFmtChain() : SfxPoolItem( RES_CHAIN ) {} SwFmtChain( const SwFmtChain &rCpy ); @@ -55,7 +53,6 @@ public: SwFlyFrmFmt* GetPrev() const { return (SwFlyFrmFmt*)aPrev.GetRegisteredIn(); } SwFlyFrmFmt* GetNext() const { return (SwFlyFrmFmt*)aNext.GetRegisteredIn(); } - void SetPrev( SwFlyFrmFmt *pFmt ); void SetNext( SwFlyFrmFmt *pFmt ); }; @@ -67,7 +64,6 @@ SwFmtChain &SwFmtChain::operator=( const SwFmtChain &rCpy ) return *this; } - inline const SwFmtChain &SwAttrSet::GetChain(sal_Bool bInP) const { return (const SwFmtChain&)Get( RES_CHAIN,bInP); } |