summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/editsrc.cxx
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
commitad7436a26dbc437dc1c9480e962fcd5bf294824f (patch)
tree5997dfcaac8fe4136eac7b8ec1dc7804c523d4aa /sc/source/ui/unoobj/editsrc.cxx
parent681f15c522e268dfaebb2f99d0cff654527c5b55 (diff)
#95584#; GetBroadcaster is a logical const method
Diffstat (limited to 'sc/source/ui/unoobj/editsrc.cxx')
-rw-r--r--sc/source/ui/unoobj/editsrc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/editsrc.cxx b/sc/source/ui/unoobj/editsrc.cxx
index 80397a010..5d6c59684 100644
--- a/sc/source/ui/unoobj/editsrc.cxx
+++ b/sc/source/ui/unoobj/editsrc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editsrc.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: sab $ $Date: 2002-03-04 14:06:59 $
+ * last change: $Author: sab $ $Date: 2002-03-04 14:49:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -382,7 +382,7 @@ void ScAccessibilityEditSource::UpdateData()
mpAccessibleCellTextData->UpdateData();
}
-SfxBroadcaster& ScAccessibilityEditSource::GetBroadcaster()
+SfxBroadcaster& ScAccessibilityEditSource::GetBroadcaster() const
{
return mpAccessibleCellTextData->GetBroadcaster();
}