diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-21 20:11:23 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 21:49:22 -0400 |
commit | 8dd093485c17f505f312fc7c7ea1ae3d6978e950 (patch) | |
tree | 83973b67517fa75490b9b905cc422d1cc9942689 /sc/inc/chgtrack.hxx | |
parent | 14afe7b9b057e5bbd68d41573884c8a85761712d (diff) |
What the heck is this !? Kill it.
Change-Id: Iceecf6129977241847711488d116ebddaf639e24
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 ); |