sc/inc/chgtrack.hxx | 4 ---- sc/source/core/tool/chgtrack.cxx | 8 -------- 2 files changed, 12 deletions(-)
New commits: commit b2d9687ac47db5045bd84a06b0e97949ea128a06 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Thu Mar 21 20:15:48 2013 -0400 This is not used. Be gone. Change-Id: Ia5c7d914ca93826dcd2b7387d7cea58f90a225f2 diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index 2b283ed..df5edd5 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -932,7 +932,6 @@ class ScChangeTrack : public utl::ConfigurationListener sal_uLong nEndLastCut; sal_uLong nLastMerge; ScChangeTrackMergeState eMergeState; - sal_uInt16 nLoadedFileFormatVersion; bool bLoadSave:1; bool bInDelete:1; bool bInDeleteUndo:1; @@ -1238,9 +1237,6 @@ public: void NotifyModified( ScChangeTrackMsgType eMsgType, sal_uLong nStartAction, sal_uLong nEndAction ); - sal_uInt16 GetLoadedFileFormatVersion() const - { return nLoadedFileFormatVersion; } - sal_uLong AddLoadedGenerated( 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 diff --git a/sc/source/core/tool/chgtrack.cxx b/sc/source/core/tool/chgtrack.cxx index 29b0017..3e24e53 100644 --- a/sc/source/core/tool/chgtrack.cxx +++ b/sc/source/core/tool/chgtrack.cxx @@ -42,15 +42,8 @@ #include <sfx2/sfxsids.hrc> IMPL_FIXEDMEMPOOL_NEWDEL( ScChangeActionCellListEntry ) - 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 ) : aBigRange( rRange ), @@ -2218,7 +2211,6 @@ void ScChangeTrack::Init() nEndLastCut = 0; nLastMerge = 0; eMergeState = SC_CTMS_NONE; - nLoadedFileFormatVersion = SC_CHGTRACK_FILEFORMAT; bLoadSave = false; bInDelete = false; bInDeleteTop = false; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits