diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-22 15:10:30 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-22 17:33:01 +0900 |
commit | 59e8e8151ae1f13a5a08d0af81c499413c15bc4d (patch) | |
tree | 5bf0d055980fabd238a55d64c0900b722301dbe5 /sw/source/ui/dochdl | |
parent | d66ade0944ddedc7d802518a74f9eaf3c6913499 (diff) |
sal_Bool to bool
Change-Id: I33bb3e133b49fad6503aace3afda65c3b3371da9
Diffstat (limited to 'sw/source/ui/dochdl')
-rw-r--r-- | sw/source/ui/dochdl/gloshdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dochdl/gloshdl.cxx b/sw/source/ui/dochdl/gloshdl.cxx index a56454d9db9c..dac5f794051f 100644 --- a/sw/source/ui/dochdl/gloshdl.cxx +++ b/sw/source/ui/dochdl/gloshdl.cxx @@ -437,7 +437,7 @@ sal_Bool SwGlossaryHdl::Expand( const String& rShortName, { // get group name with path-extension String sTitle; - String sGroupName = pGlossaryList->GetGroupName(i - 1, sal_False, &sTitle); + String sGroupName = pGlossaryList->GetGroupName(i - 1, false, &sTitle); if(sGroupName == pGlossary->GetName()) continue; sal_uInt16 nBlockCount = pGlossaryList->GetBlockCount(i -1); |