Kaydet (Commit) 8dd09348 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

What the heck is this !? Kill it.

Change-Id: Iceecf6129977241847711488d116ebddaf639e24
üst 14afe7b9
...@@ -32,11 +32,7 @@ ...@@ -32,11 +32,7 @@
#include "global.hxx" #include "global.hxx"
#include "bigrange.hxx" #include "bigrange.hxx"
#include "scdllapi.h" #include "scdllapi.h"
#ifdef SC_CHGTRACK_CXX
// core/inc
#include "refupdat.hxx" #include "refupdat.hxx"
#endif
class ScBaseCell; class ScBaseCell;
class ScDocument; class ScDocument;
...@@ -949,7 +945,6 @@ class ScChangeTrack : public utl::ConfigurationListener ...@@ -949,7 +945,6 @@ class ScChangeTrack : public utl::ConfigurationListener
ScChangeTrack( const ScChangeTrack& ); ScChangeTrack( const ScChangeTrack& );
ScChangeTrack& operator=( const ScChangeTrack& ); ScChangeTrack& operator=( const ScChangeTrack& );
#ifdef SC_CHGTRACK_CXX
static SCROW InitContentRowsPerSlot(); static SCROW InitContentRowsPerSlot();
// true if one is MM_FORMULA and the other is // true if one is MM_FORMULA and the other is
...@@ -1022,8 +1017,6 @@ class ScChangeTrack : public utl::ConfigurationListener ...@@ -1022,8 +1017,6 @@ class ScChangeTrack : public utl::ConfigurationListener
// bRecursion == called from reject with table // bRecursion == called from reject with table
bool Reject( ScChangeAction*, ScChangeActionMap*, bool bRecursion ); bool Reject( ScChangeAction*, ScChangeActionMap*, bool bRecursion );
#endif // SC_CHGTRACK_CXX
void ClearMsgQueue(); void ClearMsgQueue();
virtual void ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 ); virtual void ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 );
......
...@@ -17,16 +17,7 @@ ...@@ -17,16 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <tools/shl.hxx> // SHL_CALC #include "chgtrack.hxx"
#include <tools/rtti.hxx>
#include <svl/zforlist.hxx>
#include <svl/itemset.hxx>
#include <svl/isethint.hxx>
#include <svl/itempool.hxx>
#include <sfx2/app.hxx>
#include <unotools/useroptions.hxx>
#include <sfx2/sfxsids.hrc>
#include "cell.hxx" #include "cell.hxx"
#include "document.hxx" #include "document.hxx"
#include "dociter.hxx" #include "dociter.hxx"
...@@ -38,11 +29,17 @@ ...@@ -38,11 +29,17 @@
#include "patattr.hxx" #include "patattr.hxx"
#include "hints.hxx" #include "hints.hxx"
#include "markdata.hxx" #include "markdata.hxx"
#include "globstr.hrc" #include "globstr.hrc"
#define SC_CHGTRACK_CXX #include <tools/shl.hxx> // SHL_CALC
#include "chgtrack.hxx" #include <tools/rtti.hxx>
#include <svl/zforlist.hxx>
#include <svl/itemset.hxx>
#include <svl/isethint.hxx>
#include <svl/itempool.hxx>
#include <sfx2/app.hxx>
#include <unotools/useroptions.hxx>
#include <sfx2/sfxsids.hrc>
IMPL_FIXEDMEMPOOL_NEWDEL( ScChangeActionCellListEntry ) IMPL_FIXEDMEMPOOL_NEWDEL( ScChangeActionCellListEntry )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment