summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/editsrc.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2002-02-25 15:34:58 +0000
committerThorsten Behrens <thb@openoffice.org>2002-02-25 15:34:58 +0000
commitade5e45d5c1b5d53c13e513448de42d31fa3a06e (patch)
treea261c284839dc3aacaca4e2aca730aa7895816fd /sc/source/ui/unoobj/editsrc.cxx
parentbb32c234d812a30598439423846b0d32062f4ed3 (diff)
#96948# Rewrite due to calc requirements
Diffstat (limited to 'sc/source/ui/unoobj/editsrc.cxx')
-rw-r--r--sc/source/ui/unoobj/editsrc.cxx29
1 files changed, 2 insertions, 27 deletions
diff --git a/sc/source/ui/unoobj/editsrc.cxx b/sc/source/ui/unoobj/editsrc.cxx
index a7b2044b0c07..c25e8eebe18c 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: thb $ $Date: 2002-02-11 15:24:28 $
+ * last change: $Author: thb $ $Date: 2002-02-25 16:34:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,12 +119,6 @@ void ScSharedHeaderFooterEditSource::UpdateData()
pTextData->UpdateData();
}
-SfxBroadcaster& ScSharedHeaderFooterEditSource::GetBroadcaster() const
-{
- // TODO: see svx/source/unodraw/unoshtxt.cxx for required notifications
- return *new SfxBroadcaster();
-}
-
ScEditEngineDefaulter* ScSharedHeaderFooterEditSource::GetEditEngine()
{
return pTextData->GetEditEngine();
@@ -186,12 +180,6 @@ void ScSharedCellEditSource::UpdateData()
pCellTextData->UpdateData();
}
-SfxBroadcaster& ScSharedCellEditSource::GetBroadcaster() const
-{
- // TODO: see svx/source/unodraw/unoshtxt.cxx for required notifications
- return *new SfxBroadcaster();
-}
-
void ScSharedCellEditSource::SetDoUpdateData(sal_Bool bValue)
{
pCellTextData->SetDoUpdate(bValue);
@@ -301,12 +289,6 @@ void ScAnnotationEditSource::UpdateData()
}
}
-SfxBroadcaster& ScAnnotationEditSource::GetBroadcaster() const
-{
- // TODO: see svx/source/unodraw/unoshtxt.cxx for required notifications
- return *new SfxBroadcaster();
-}
-
void ScAnnotationEditSource::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
{
if ( rHint.ISA( ScUpdateRefHint ) )
@@ -359,10 +341,3 @@ void ScSimpleEditSource::UpdateData()
// nothing
}
-SfxBroadcaster& ScSimpleEditSource::GetBroadcaster() const
-{
- // TODO: see svx/source/unodraw/unoshtxt.cxx for required notifications
- return *new SfxBroadcaster();
-}
-
-