summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accframebase.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-07-24 12:14:57 +0000
committerMichael Brauer <mib@openoffice.org>2002-07-24 12:14:57 +0000
commitbaf18777bbfe50def920f319a1b73e62696a6d45 (patch)
tree0b6ccbeede8330f179eddd22d534d1f454b49076 /sw/source/core/access/accframebase.hxx
parent32521a538819d535d976a4a248ab46a2fd7a0df8 (diff)
#100014#: Broadcast name/description change events for farmes and tables
Diffstat (limited to 'sw/source/core/access/accframebase.hxx')
-rw-r--r--sw/source/core/access/accframebase.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sw/source/core/access/accframebase.hxx b/sw/source/core/access/accframebase.hxx
index f22bb170c1f4..a3e5ec7c4d38 100644
--- a/sw/source/core/access/accframebase.hxx
+++ b/sw/source/core/access/accframebase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accframebase.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2002-05-16 08:17:47 $
+ * last change: $Author: mib $ $Date: 2002-07-24 13:14:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@
class SwFlyFrm;
class SwNoTxtNode;
-class SwAccessibleFrameBase : public SwAccessibleContext
+class SwAccessibleFrameBase : public SwAccessibleContext, public SwClient
{
sal_Bool bIsSelected; // protected by base class mutex
@@ -97,7 +97,12 @@ public:
virtual sal_Bool HasCursor(); // required by map to remember that object
+ virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew);
+
static sal_uInt8 GetNodeType( const SwFlyFrm *pFlyFrm );
+
+ // The object is not visible an longer and should be destroyed
+ virtual void Dispose( sal_Bool bRecursive = sal_False );
};