summaryrefslogtreecommitdiff
path: root/sc/inc/editsrc.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-03-04 13:52:46 +0000
committerSascha Ballach <sab@openoffice.org>2002-03-04 13:52:46 +0000
commit38cdec2a7badf08d97adc302ba4a22ded4212cb1 (patch)
tree23974b45c28ad7df73febf18870ae397c92d9f36 /sc/inc/editsrc.hxx
parent78aa8cf267ab2209aaaf0a299a6831545ff41d6b (diff)
#95584#; GetBroadcaster is a logical const method
Diffstat (limited to 'sc/inc/editsrc.hxx')
-rw-r--r--sc/inc/editsrc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/editsrc.hxx b/sc/inc/editsrc.hxx
index 98e84dbf0026..d02a87cad72d 100644
--- a/sc/inc/editsrc.hxx
+++ b/sc/inc/editsrc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editsrc.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: sab $ $Date: 2002-03-04 14:05:13 $
+ * last change: $Author: sab $ $Date: 2002-03-04 14:48:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -226,7 +226,7 @@ public:
virtual SvxViewForwarder* GetViewForwarder();
virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool bCreate = sal_False );
virtual void UpdateData();
- virtual SfxBroadcaster& GetBroadcaster();
+ virtual SfxBroadcaster& GetBroadcaster() const;
void SetDoUpdateData(sal_Bool bValue);
sal_Bool IsDirty() const;