summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-09 12:38:49 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-09 12:38:49 +0000
commit0d8eba3d53e1e0027bbe103a7cbd38711f984749 (patch)
tree8bd432d46e5afae35de0714e62d72f7afba9f262
parent84513b562c8d985a52656afb312b27d057e6e13c (diff)
INTEGRATION: CWS rtfpp2 (1.93.24); FILE MERGED
2006/01/30 11:21:00 mba 1.93.24.2: RESYNC: (1.93-1.94); FILE MERGED 2006/01/05 10:43:10 nn 1.93.24.1: #129050# broadcast any change of the range address to modify listeners
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index f18b3b2f1..d0f966022 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cellsuno.cxx,v $
*
- * $Revision: 1.94 $
+ * $Revision: 1.95 $
*
- * last change: $Author: rt $ $Date: 2005-12-14 15:11:06 $
+ * last change: $Author: rt $ $Date: 2006-02-09 13:38:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1525,6 +1525,10 @@ void ScCellRangesBase::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
}
}
RefChanged();
+
+ // #129050# any change of the range address is broadcast to value (modify) listeners
+ if ( aValueListeners.Count() )
+ bGotDataChangedHint = TRUE;
}
}
else if ( rHint.ISA( SfxSimpleHint ) )