diff options
author | Michael Brauer <mib@openoffice.org> | 2002-07-24 12:14:57 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2002-07-24 12:14:57 +0000 |
commit | 57b6c25f18775e068487655c0aaa88870aa07bc3 (patch) | |
tree | 6bd50e03eb8010bd662d136e4a70ba31685437cb /sw/source/core/access/acctextframe.hxx | |
parent | 826d94666f8843af1dfc54fc2d32599083f94b00 (diff) |
#100014#: Broadcast name/description change events for farmes and tables
Diffstat (limited to 'sw/source/core/access/acctextframe.hxx')
-rw-r--r-- | sw/source/core/access/acctextframe.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/core/access/acctextframe.hxx b/sw/source/core/access/acctextframe.hxx index f476b5e05e..1367f856b6 100644 --- a/sw/source/core/access/acctextframe.hxx +++ b/sw/source/core/access/acctextframe.hxx @@ -2,9 +2,9 @@ * * $RCSfile: acctextframe.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dvo $ $Date: 2002-04-24 15:27:21 $ + * last change: $Author: mib $ $Date: 2002-07-24 13:14:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,6 +86,8 @@ public: SwAccessibleTextFrame( SwAccessibleMap *pMap, const SwFlyFrm *pFlyFrm ); + virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew); + //===== XAccessibleContext ============================================== |