summaryrefslogtreecommitdiff
path: root/sw/inc/swddetbl.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-12-11 19:14:38 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-12-11 19:14:38 +0000
commit91556ef1aeab9f1dc67e6c692cac5bc466cd35dc (patch)
tree7d4972741851653235327e4bf37880d75a094613 /sw/inc/swddetbl.hxx
parent767ba6f10447b04f0d56cfc4323651b019dfceb4 (diff)
#80618#
added parameter to SwDDETable constructor to suppress update of table content; - default parameter provides old behavior - needed for XML import of DDE tables
Diffstat (limited to 'sw/inc/swddetbl.hxx')
-rw-r--r--sw/inc/swddetbl.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/swddetbl.hxx b/sw/inc/swddetbl.hxx
index e26727a8dd16..6666e16daa43 100644
--- a/sw/inc/swddetbl.hxx
+++ b/sw/inc/swddetbl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swddetbl.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $
+ * last change: $Author: dvo $ $Date: 2000-12-11 20:14:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,8 @@ public:
TYPEINFO();
// Constructor movet alle Lines/Boxen aus der SwTable zu sich.
// Die SwTable ist danach Leer und muss geloescht werden.
- SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType );
+ SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType,
+ BOOL bUpdate = TRUE );
~SwDDETable();
void Modify( SfxPoolItem*, SfxPoolItem* );