summaryrefslogtreecommitdiff
path: root/sc/inc/chgviset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chgviset.hxx')
-rw-r--r--sc/inc/chgviset.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/chgviset.hxx b/sc/inc/chgviset.hxx
index 6ed38baeaf17..aa66f760d3d3 100644
--- a/sc/inc/chgviset.hxx
+++ b/sc/inc/chgviset.hxx
@@ -96,7 +96,6 @@ public:
void SetTheLastDateTime(const DateTime& aDateTime) {aLastDateTime=aDateTime;}
const DateTime& GetTheLastDateTime()const {return aLastDateTime;}
-
bool HasAuthor() const {return bIsAuthor;}
void SetHasAuthor(bool nFlag) {bIsAuthor=nFlag;}
@@ -114,7 +113,6 @@ public:
bool IsEveryoneButMe() const {return bEveryoneButMe;}
void SetEveryoneButMe(bool nFlag) {bEveryoneButMe=nFlag;}
-
bool HasRange() const {return bIsRange;}
void SetHasRange(bool nFlag) {bIsRange=nFlag;}