summaryrefslogtreecommitdiff
path: root/sc/source/core/data/stlsheet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/stlsheet.cxx')
-rw-r--r--sc/source/core/data/stlsheet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/stlsheet.cxx b/sc/source/core/data/stlsheet.cxx
index 7c8c1467b6a6..33e6fd05b477 100644
--- a/sc/source/core/data/stlsheet.cxx
+++ b/sc/source/core/data/stlsheet.cxx
@@ -261,7 +261,7 @@ bool ScStyleSheet::IsUsed() const
// Always query the document to let it decide if a rescan is necessary,
// and store the state.
ScDocument* pDoc = ((ScStyleSheetPool*)pPool)->GetDocument();
- if ( pDoc && pDoc->IsStyleSheetUsed( *this, sal_True ) )
+ if ( pDoc && pDoc->IsStyleSheetUsed( *this, true ) )
eUsage = USED;
else
eUsage = NOTUSED;