Kaydet (Commit) 62a2e5c0 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

This is not used. Be gone.

Change-Id: Ia5c7d914ca93826dcd2b7387d7cea58f90a225f2
üst 8dd09348
...@@ -932,7 +932,6 @@ class ScChangeTrack : public utl::ConfigurationListener ...@@ -932,7 +932,6 @@ class ScChangeTrack : public utl::ConfigurationListener
sal_uLong nEndLastCut; sal_uLong nEndLastCut;
sal_uLong nLastMerge; sal_uLong nLastMerge;
ScChangeTrackMergeState eMergeState; ScChangeTrackMergeState eMergeState;
sal_uInt16 nLoadedFileFormatVersion;
bool bLoadSave:1; bool bLoadSave:1;
bool bInDelete:1; bool bInDelete:1;
bool bInDeleteUndo:1; bool bInDeleteUndo:1;
...@@ -1238,9 +1237,6 @@ public: ...@@ -1238,9 +1237,6 @@ public:
void NotifyModified( ScChangeTrackMsgType eMsgType, void NotifyModified( ScChangeTrackMsgType eMsgType,
sal_uLong nStartAction, sal_uLong nEndAction ); sal_uLong nStartAction, sal_uLong nEndAction );
sal_uInt16 GetLoadedFileFormatVersion() const
{ return nLoadedFileFormatVersion; }
sal_uLong AddLoadedGenerated( sal_uLong AddLoadedGenerated(
ScBaseCell* pOldCell, const ScBigRange& aBigRange, const rtl::OUString& sNewValue ); // only to use in the XML import ScBaseCell* pOldCell, const ScBigRange& aBigRange, const rtl::OUString& sNewValue ); // only to use in the XML import
void AppendLoaded( ScChangeAction* pAppend ); // this is only for the XML import public, it should be protected void AppendLoaded( ScChangeAction* pAppend ); // this is only for the XML import public, it should be protected
......
...@@ -42,15 +42,8 @@ ...@@ -42,15 +42,8 @@
#include <sfx2/sfxsids.hrc> #include <sfx2/sfxsids.hrc>
IMPL_FIXEDMEMPOOL_NEWDEL( ScChangeActionCellListEntry ) IMPL_FIXEDMEMPOOL_NEWDEL( ScChangeActionCellListEntry )
IMPL_FIXEDMEMPOOL_NEWDEL( ScChangeActionLinkEntry ) IMPL_FIXEDMEMPOOL_NEWDEL( ScChangeActionLinkEntry )
// loaded MSB > eigenes => inkompatibel
#define SC_CHGTRACK_FILEFORMAT_FIRST 0x0001
#define SC_CHGTRACK_FILEFORMAT 0x0001
// --- ScChangeAction ------------------------------------------------------
ScChangeAction::ScChangeAction( ScChangeActionType eTypeP, const ScRange& rRange ) ScChangeAction::ScChangeAction( ScChangeActionType eTypeP, const ScRange& rRange )
: :
aBigRange( rRange ), aBigRange( rRange ),
...@@ -2218,7 +2211,6 @@ void ScChangeTrack::Init() ...@@ -2218,7 +2211,6 @@ void ScChangeTrack::Init()
nEndLastCut = 0; nEndLastCut = 0;
nLastMerge = 0; nLastMerge = 0;
eMergeState = SC_CTMS_NONE; eMergeState = SC_CTMS_NONE;
nLoadedFileFormatVersion = SC_CHGTRACK_FILEFORMAT;
bLoadSave = false; bLoadSave = false;
bInDelete = false; bInDelete = false;
bInDeleteTop = false; bInDeleteTop = false;
......
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