summaryrefslogtreecommitdiff
path: root/sc/inc/chartlis.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:03:25 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:03:25 +0000
commitb57f746e28a6890c2997f99eb324697bddef5729 (patch)
treedb866e30590306e4d983c5e1d406f4ad74e1ca4a /sc/inc/chartlis.hxx
parent1eab4e411f09722dde160fe6cf5fbb9304d1411c (diff)
INTEGRATION: CWS rowlimit (1.3.314); FILE MERGED
2004/04/07 14:44:11 er 1.3.314.2: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/01/12 17:14:52 er 1.3.314.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/inc/chartlis.hxx')
-rw-r--r--sc/inc/chartlis.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index fb0cd0a04906..b24bd103a22d 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chartlis.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2002-01-22 08:25:53 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:03:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,8 +67,8 @@
#include <vcl/timer.hxx>
#endif
-#ifndef _SFXLSTNER_HXX //autogen
-#include <svtools/lstner.hxx>
+#ifndef _SVT_LISTENER_HXX
+#include <svtools/listener.hxx>
#endif
#ifndef SC_COLLECT_HXX
#include "collect.hxx"
@@ -87,7 +87,7 @@ class ScChartUnoData;
#include <com/sun/star/chart/XChartDataChangeEventListener.hpp>
#endif
-class ScChartListener : public StrData, public SfxListener
+class ScChartListener : public StrData, public SvtListener
{
private:
ScRangeListRef aRangeListRef;
@@ -116,7 +116,7 @@ public:
BOOL IsUno() const { return (pUnoData != NULL); }
- virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
+ virtual void Notify( SvtBroadcaster& rBC, const SfxHint& rHint );
void StartListeningTo();
void EndListeningTo();
void ChangeListening( const ScRangeListRef& rRangeListRef,
@@ -178,7 +178,7 @@ public:
void SetRangeDirty( const ScRange& rRange ); // z.B. Zeilen/Spalten
void UpdateScheduledSeriesRanges();
- void UpdateSeriesRangesContainingTab( USHORT nTab );
+ void UpdateSeriesRangesContainingTab( SCTAB nTab );
BOOL operator==( const ScChartListenerCollection& );
};