summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-09-07 09:38:39 +0000
committerKurt Zenker <kz@openoffice.org>2004-09-07 09:38:39 +0000
commit2bf237cfa19f3ec4c62d5864158bf76bb9bf2a4b (patch)
treede823e0ab63c56a5543e33dff16f8e65bc23630b /sc/inc/column.hxx
parentbb192f3def7f24bb44b5dc7dcf3a08a073d501cb (diff)
INTEGRATION: CWS referr (1.9.104); FILE MERGED
2004/08/11 15:15:30 er 1.9.104.1: #i26431# better handling of reference updates during inserts/deletes
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index deddeba37ae7..f49a983e5e80 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: column.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2004-08-20 09:07:30 $
+ * last change: $Author: kz $ $Date: 2004-09-07 10:38:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -433,7 +433,7 @@ public:
void EndListening( SvtListener& rLst, SCROW nRow );
void MoveListeners( SvtBroadcaster& rSource, SCROW nDestRow );
void StartAllListeners();
- void StartNameListeners( BOOL bOnlyRelNames );
+ void StartNeededListeners(); // only for cells where NeedsListening()==TRUE
void SetRelNameDirty();
void CompileDBFormula();