diff options
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r-- | sc/inc/chgtrack.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index c4c22a992452..2b283ed6a7d0 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -32,11 +32,7 @@ #include "global.hxx" #include "bigrange.hxx" #include "scdllapi.h" - -#ifdef SC_CHGTRACK_CXX -// core/inc #include "refupdat.hxx" -#endif class ScBaseCell; class ScDocument; @@ -949,7 +945,6 @@ class ScChangeTrack : public utl::ConfigurationListener ScChangeTrack( const ScChangeTrack& ); ScChangeTrack& operator=( const ScChangeTrack& ); -#ifdef SC_CHGTRACK_CXX static SCROW InitContentRowsPerSlot(); // true if one is MM_FORMULA and the other is @@ -1022,8 +1017,6 @@ class ScChangeTrack : public utl::ConfigurationListener // bRecursion == called from reject with table bool Reject( ScChangeAction*, ScChangeActionMap*, bool bRecursion ); -#endif // SC_CHGTRACK_CXX - void ClearMsgQueue(); virtual void ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 ); |