summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/DocumentStateManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/DocumentStateManager.hxx')
-rw-r--r--sw/source/core/inc/DocumentStateManager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/DocumentStateManager.hxx b/sw/source/core/inc/DocumentStateManager.hxx
index 70f3a7332639..1d67a36d2949 100644
--- a/sw/source/core/inc/DocumentStateManager.hxx
+++ b/sw/source/core/inc/DocumentStateManager.hxx
@@ -40,12 +40,12 @@ public:
bool IsModified() const SAL_OVERRIDE;
bool IsInCallModified() const SAL_OVERRIDE;
bool IsLoaded() const SAL_OVERRIDE;
- bool IsUpdateExpFld() const SAL_OVERRIDE;
+ bool IsUpdateExpField() const SAL_OVERRIDE;
bool IsNewDoc() const SAL_OVERRIDE;
bool IsPageNums() const SAL_OVERRIDE;
void SetPageNums(bool b) SAL_OVERRIDE;
void SetNewDoc(bool b) SAL_OVERRIDE;
- void SetUpdateExpFldStat(bool b) SAL_OVERRIDE;
+ void SetUpdateExpFieldStat(bool b) SAL_OVERRIDE;
void SetLoaded(bool b) SAL_OVERRIDE;
private:
@@ -53,7 +53,7 @@ private:
bool mbModified ; //< TRUE: document has changed.
bool mbLoaded ; //< TRUE: Doc loaded.
- bool mbUpdateExpFld ; //< TRUE: Update expression fields.
+ bool mbUpdateExpField ; //< TRUE: Update expression fields.
bool mbNewDoc ; //< TRUE: new Doc.
bool mbPageNums ; //< TRUE: There are virtual page numbers.
bool mbInCallModified; //< TRUE: in Set/Reset-Modified link.