summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/addinlis.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:32:31 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:32:31 +0000
commit8463707de44cb796880520ae837477446552efcd (patch)
tree75b86b61bb829e5f41f90bd6fb71496c9058235c /sc/source/core/tool/addinlis.cxx
parent258150a52b387d9ecfbabfc39780722433dedfc0 (diff)
INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED
2004/03/05 17:13:03 er 1.1.1.1.346.1: #i1967# type correctness
Diffstat (limited to 'sc/source/core/tool/addinlis.cxx')
-rw-r--r--sc/source/core/tool/addinlis.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/tool/addinlis.cxx b/sc/source/core/tool/addinlis.cxx
index 874257a343f6..95bc35834401 100644
--- a/sc/source/core/tool/addinlis.cxx
+++ b/sc/source/core/tool/addinlis.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: addinlis.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:16:17 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:32:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -190,7 +190,7 @@ void SAL_CALL ScAddInListener::modified( const ::com::sun::star::sheet::ResultEv
// notify document of changes
- Broadcast( ScHint( SC_HINT_DATACHANGED, ScAddress( 0 ), NULL ) );
+ Broadcast( ScHint( SC_HINT_DATACHANGED, ScAddress(), NULL ) );
const ScDocument** ppDoc = (const ScDocument**) pDocs->GetData();
USHORT nCount = pDocs->Count();