summaryrefslogtreecommitdiff
path: root/sc/inc/chgtrack.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-27 07:15:18 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-27 09:44:27 +0000
commit80ee8f832f8247f9189270121fc4b3fe64a9be71 (patch)
tree38c13c67d3613a1d08bbb76a3be9b43fefe21af6 /sc/inc/chgtrack.hxx
parent706b76d1d561ee628cec1cc13a8b4fd52f91ae4d (diff)
loplugin:singlevalfields in sc(part4)
Change-Id: I77bcfc0103f638cd3eddb676ee88a4749bc74b1b Reviewed-on: https://gerrit.libreoffice.org/26687 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r--sc/inc/chgtrack.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx
index 758803434eb2..e7f6e5338db9 100644
--- a/sc/inc/chgtrack.hxx
+++ b/sc/inc/chgtrack.hxx
@@ -897,7 +897,6 @@ class ScChangeTrack : public utl::ConfigurationListener
sal_uLong nEndLastCut;
sal_uLong nLastMerge;
ScChangeTrackMergeState eMergeState;
- bool bLoadSave:1;
bool bInDelete:1;
bool bInDeleteUndo:1;
bool bInDeleteTop:1;
@@ -1012,7 +1011,6 @@ public:
ScChangeAction* GetLastSaved() const;
ScChangeActionContent** GetContentSlots() const { return ppContentSlots; }
- bool IsLoadSave() const { return bLoadSave; }
const ScRange& GetInDeleteRange() const
{ return aInDeleteRange; }
bool IsInDelete() const { return bInDelete; }