summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2018-01-21 18:28:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-22 07:04:29 +0100
commit3b666f6819bb0230520bc724d5e33a7a349aa15c (patch)
tree6bd1b4c62f59073a477e3e7571a21efac55fba83 /svx
parent342a56deda984a1a21b7a49b56acfaed4ebdfd9a (diff)
remove some sal_Bool remnants
Change-Id: I0a9637aca523a73fbdbbd22f9ad735d6d1ba6898 Reviewed-on: https://gerrit.libreoffice.org/48273 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmshimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index dcdf9811b09e..7724e4221205 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3035,7 +3035,7 @@ void FmXFormShell::stopFiltering_Lock(bool bSave)
{
const ::std::vector< Reference< runtime::XFormController > >& rControllerList = pAdapter->GetList();
::std::vector < OUString > aOriginalFilters;
- ::std::vector < sal_Bool > aOriginalApplyFlags;
+ ::std::vector < bool > aOriginalApplyFlags;
if (bSave)
{