summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accdoc.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-15 15:59:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-15 15:59:40 +0200
commitcb7dc89f661170539a3917c1a33b4b2ccbf2899a (patch)
treebeb1c792d7d6bec7ef0ab7aaf5f52a9eda7fe61f /sw/source/core/access/accdoc.cxx
parent7cd65eef1423beadb1072f2c5b86823b051ce95a (diff)
sw: sal_Bool -> bool
Change-Id: I9eb9fa5a5a5af1add3af4c6ff6a331075bd5e78e
Diffstat (limited to 'sw/source/core/access/accdoc.cxx')
-rw-r--r--sw/source/core/access/accdoc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx
index 07e1c8fd6fb2..9da98dab8780 100644
--- a/sw/source/core/access/accdoc.cxx
+++ b/sw/source/core/access/accdoc.cxx
@@ -99,7 +99,7 @@ void SwAccessibleDocumentBase::SetVisArea()
}
}
-void SwAccessibleDocumentBase::AddChild( Window *pWin, sal_Bool bFireEvent )
+void SwAccessibleDocumentBase::AddChild( Window *pWin, bool bFireEvent )
{
SolarMutexGuard aGuard;
@@ -369,7 +369,7 @@ SwAccessibleDocument::SwAccessibleDocument ( SwAccessibleMap* pInitMap ) :
Window* pChildWin = pWin->GetChild( i );
if( pChildWin &&
AccessibleRole::EMBEDDED_OBJECT == pChildWin->GetAccessibleRole() )
- AddChild( pChildWin, sal_False );
+ AddChild( pChildWin, false );
}
}
}