summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docglos.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-01 08:19:50 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-01 09:48:51 +0900
commit3034266024e492f7c71dd52265429abd9df10a47 (patch)
tree84077c6099451893c9fc1b151a29f4ed5fd0c0c6 /sw/source/core/doc/docglos.cxx
parenta05cfc077aebd71c8e882ec2c83cd7bd2b818401 (diff)
sal_Bool to bool
Change-Id: I10f8d534d664c5f27a32214c00aeee890d993d18
Diffstat (limited to 'sw/source/core/doc/docglos.cxx')
-rw-r--r--sw/source/core/doc/docglos.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docglos.cxx b/sw/source/core/doc/docglos.cxx
index dcb12881e05f..1a76b2eb4e21 100644
--- a/sw/source/core/doc/docglos.cxx
+++ b/sw/source/core/doc/docglos.cxx
@@ -114,7 +114,7 @@ bool SwDoc::InsertGlossary( SwTextBlocks& rBlock, const String& rEntry,
sal_uInt16 nIdx = rBlock.GetIndex( rEntry );
if( (sal_uInt16) -1 != nIdx )
{
- sal_Bool bSav_IsInsGlossary = mbInsOnlyTxtGlssry;
+ bool bSav_IsInsGlossary = mbInsOnlyTxtGlssry;
mbInsOnlyTxtGlssry = rBlock.IsOnlyTextBlock( nIdx );
if( rBlock.BeginGetDoc( nIdx ) )