summaryrefslogtreecommitdiffstats
path: root/sw/inc/ndnotxt.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/inc/ndnotxt.hxx
parent#101623# update view when changing printer (diff)
downloadcore-baf18777bbfe50def920f319a1b73e62696a6d45.tar.gz
core-baf18777bbfe50def920f319a1b73e62696a6d45.zip
#100014#: Broadcast name/description change events for farmes and tables
Diffstat (limited to 'sw/inc/ndnotxt.hxx')
-rw-r--r--sw/inc/ndnotxt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ndnotxt.hxx b/sw/inc/ndnotxt.hxx
index 5becec6547e3..c7654bcd739d 100644
--- a/sw/inc/ndnotxt.hxx
+++ b/sw/inc/ndnotxt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndnotxt.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2001-05-04 08:34:39 $
+ * last change: $Author: mib $ $Date: 2002-07-24 13:07:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,7 +108,7 @@ public:
// alternativen Text abfragen/setzen
const String& GetAlternateText() const { return aAlternateText; }
- void SetAlternateText( const String& rTxt ) { aAlternateText = rTxt; }
+ void SetAlternateText( const String& rTxt, sal_Bool bBroadcast=sal_False );
void SetContour( const PolyPolygon *pPoly,
BOOL bAutomatic = FALSE );