diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-19 14:42:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-21 12:19:20 +0200 |
commit | 634081d5de8a7bf88c5d21b5b9082d4eea7da02c (patch) | |
tree | 7deedc6de1e4b7721a5c077d67504cfae10623ba /svx | |
parent | d9fd1d531036c3014de081ab012c556c2a416039 (diff) |
sal_Bool->bool
Change-Id: I65c60ae987263b96ac1a0d727f5c4e33431d7767
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleTextHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/accessibility/AccessibleTextHelper.cxx b/svx/source/accessibility/AccessibleTextHelper.cxx index f2ec44059a86..342131a2efcc 100644 --- a/svx/source/accessibility/AccessibleTextHelper.cxx +++ b/svx/source/accessibility/AccessibleTextHelper.cxx @@ -1398,7 +1398,7 @@ namespace accessibility SetChildFocus( aSelection.nEndPara, sal_False ); // change children state - maParaManager.SetActive( sal_False ); + maParaManager.SetActive( false ); maLastSelection = ESelection( EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND, EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND); |