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 | baf18777bbfe50def920f319a1b73e62696a6d45 (patch) | |
tree | 0b6ccbeede8330f179eddd22d534d1f454b49076 /sw/inc/hints.hxx | |
parent | 32521a538819d535d976a4a248ab46a2fd7a0df8 (diff) |
#100014#: Broadcast name/description change events for farmes and tables
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r-- | sw/inc/hints.hxx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index 458017fa9675..94cde7fe1632 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hints.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $ + * last change: $Author: mib $ $Date: 2002-07-24 13:07:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -324,5 +324,16 @@ public: const SwNode* GetFoundNode() const { return pFnd; } }; +class SwStringMsgPoolItem : public SwMsgPoolItem +{ + String sStr; +public: + + const String& GetString() const { return sStr; } + + SwStringMsgPoolItem( USHORT nId, const String& rStr ) + : SwMsgPoolItem( nId ), sStr( rStr ) + {} +}; #endif |