summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentState.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:59:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:21 +0100
commit8bc3751ea3ce1162137df2d0e10502cd24a3cb92 (patch)
tree6e0a16a99e7e9c20bfdb97510da35df9af5256fa /sw/inc/IDocumentState.hxx
parent7dca2dd95b21df2b36c6a8e7e9edfb49dbd2acd1 (diff)
bool improvements
Change-Id: Ibeb658e73b588f90242c95d23149f2ef45a7a815
Diffstat (limited to 'sw/inc/IDocumentState.hxx')
-rw-r--r--sw/inc/IDocumentState.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/IDocumentState.hxx b/sw/inc/IDocumentState.hxx
index 330b3934ad76..9230dd397cec 100644
--- a/sw/inc/IDocumentState.hxx
+++ b/sw/inc/IDocumentState.hxx
@@ -54,7 +54,7 @@
virtual void SetUpdateExpFldStat(bool b) = 0;
- virtual void SetLoaded(bool b = sal_True) = 0;
+ virtual void SetLoaded(bool b = true) = 0;
protected:
virtual ~IDocumentState() {};