summaryrefslogtreecommitdiff
path: root/sc/inc/editsrc.hxx
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/inc/editsrc.hxx
parentbb32c234d812a30598439423846b0d32062f4ed3 (diff)
#96948# Rewrite due to calc requirements
Diffstat (limited to 'sc/inc/editsrc.hxx')
-rw-r--r--sc/inc/editsrc.hxx14
1 files changed, 4 insertions, 10 deletions
diff --git a/sc/inc/editsrc.hxx b/sc/inc/editsrc.hxx
index 59ba00380dcd..b75276966f9e 100644
--- a/sc/inc/editsrc.hxx
+++ b/sc/inc/editsrc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editsrc.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: thb $ $Date: 2002-02-11 15:23:13 $
+ * last change: $Author: thb $ $Date: 2002-02-25 16:34:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,9 +115,8 @@ public:
virtual SvxEditSource* Clone() const ;
virtual SvxTextForwarder* GetTextForwarder();
- virtual void UpdateData();
- virtual SfxBroadcaster& GetBroadcaster() const;
+ virtual void UpdateData();
};
@@ -153,9 +152,8 @@ public:
virtual SvxEditSource* Clone() const;
virtual SvxTextForwarder* GetTextForwarder();
- virtual void UpdateData();
- virtual SfxBroadcaster& GetBroadcaster() const;
+ virtual void UpdateData();
void SetDoUpdateData(sal_Bool bValue);
sal_Bool IsDirty() const;
@@ -190,8 +188,6 @@ public:
virtual SvxTextForwarder* GetTextForwarder();
virtual void UpdateData();
- virtual SfxBroadcaster& GetBroadcaster() const;
-
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
};
@@ -211,8 +207,6 @@ public:
virtual SvxTextForwarder* GetTextForwarder();
virtual void UpdateData();
- virtual SfxBroadcaster& GetBroadcaster() const;
-
};