summaryrefslogtreecommitdiffstats
path: root/sw/inc/fmtpdsc.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-12-21 19:33:34 +0100
committerMathias Bauer <mba@openoffice.org>2010-12-21 19:33:34 +0100
commit09d6c9a395b8849e3e09c694282a1446b786bf80 (patch)
tree2679219635044f2ce5fba49309555db74432b002 /sw/inc/fmtpdsc.hxx
parentCWS swlayoutrefactoring: #i115510#: fix for gcc3.4 re-added (diff)
downloadcore-09d6c9a395b8849e3e09c694282a1446b786bf80.tar.gz
core-09d6c9a395b8849e3e09c694282a1446b786bf80.zip
CWS swlayoutrefactoring: #i115510#: use boost::noncopyable for SwClient; move some code from client iterations into SwClientNotify calls
Diffstat (limited to 'sw/inc/fmtpdsc.hxx')
-rw-r--r--sw/inc/fmtpdsc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx
index 7f23e7cd7e2f..67aa49e4acca 100644
--- a/sw/inc/fmtpdsc.hxx
+++ b/sw/inc/fmtpdsc.hxx
@@ -57,7 +57,8 @@ class SW_DLLPUBLIC SwFmtPageDesc : public SfxPoolItem, public SwClient
SwModify* pDefinedIn; // Verweis auf das Objekt, in dem das
// Attribut gesetzt wurde (CntntNode/Format)
protected:
- virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
+ virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
+ virtual void SwClientNotify( const SwModify&, const SfxHint& rHint );
public:
SwFmtPageDesc( const SwPageDesc *pDesc = 0 );
@@ -90,7 +91,6 @@ public:
void RegisterToEndNotInfo( SwEndNoteInfo& );
void RegisterToPageDesc( SwPageDesc& );
bool KnowsPageDesc() const;
- bool IsRegisteredAt( SwEndNoteInfo* pInfo ) const;
};