summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentState.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/IDocumentState.hxx')
-rw-r--r--sw/inc/IDocumentState.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/inc/IDocumentState.hxx b/sw/inc/IDocumentState.hxx
index a6fc748d16b9..95b7872fb948 100644
--- a/sw/inc/IDocumentState.hxx
+++ b/sw/inc/IDocumentState.hxx
@@ -39,19 +39,10 @@ public:
virtual bool IsInCallModified() const = 0;
- /** State of being loaded or not.
- Formerly DocInfo.
- */
- virtual bool IsLoaded() const = 0;
-
virtual bool IsUpdateExpField() const = 0;
virtual bool IsNewDoc() const = 0;
- virtual bool IsPageNums() const = 0;
-
- virtual void SetPageNums(bool b) = 0;
-
virtual void SetNewDoc(bool b) = 0;
virtual void SetUpdateExpFieldStat(bool b) = 0;