summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentState.hxx
diff options
context:
space:
mode:
authorValentin Kettner <vakevk+libreoffice@gmail.com>2014-08-01 17:09:54 +0200
committerValentin Kettner <vakevk+libreoffice@gmail.com>2014-08-12 23:26:38 +0200
commit64e13a1456c44ef3461c2941bb3be15c3eaf478e (patch)
treeb08e8a7b41e6c7b51a7145b9f7502765090f74b1 /sw/inc/IDocumentState.hxx
parent9cc617afcde381dfe0164570771ee8c255bdbfbe (diff)
Refactored IDocumentState out of SwDoc.
Into the new class DocumentStateManager. Change-Id: I91c9097b091ff6118d58fd15fff2a4cefe0171fd
Diffstat (limited to 'sw/inc/IDocumentState.hxx')
-rw-r--r--sw/inc/IDocumentState.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/IDocumentState.hxx b/sw/inc/IDocumentState.hxx
index 8ba1c74fa311..bc4034cc46e0 100644
--- a/sw/inc/IDocumentState.hxx
+++ b/sw/inc/IDocumentState.hxx
@@ -37,6 +37,8 @@ public:
*/
virtual bool IsModified() const = 0;
+ virtual bool IsInCallModified() const = 0;
+
/** State of being loaded or not.
Formerly DocInfo.
*/