summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 14:28:50 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 09:01:08 +0200
commita79f1097eed72fcc5a9edc64f31b17ee29558fc3 (patch)
tree4095e2ce2ed5d0dcd9134856e85387476b8401e6 /editeng
parent3876dcbf859811d618e6fd30b755d03798ef2ff9 (diff)
sal_Bool->bool
Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/uno/unoedprx.cxx2
-rw-r--r--editeng/source/uno/unoedsrc.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/uno/unoedprx.cxx b/editeng/source/uno/unoedprx.cxx
index eea376645e8f..3ebcbe63a91e 100644
--- a/editeng/source/uno/unoedprx.cxx
+++ b/editeng/source/uno/unoedprx.cxx
@@ -385,7 +385,7 @@ SvxAccessibleTextEditViewAdapter* SvxEditSourceAdapter::GetEditViewForwarderAdap
return NULL;
}
-SvxEditViewForwarder* SvxEditSourceAdapter::GetEditViewForwarder( sal_Bool bCreate )
+SvxEditViewForwarder* SvxEditSourceAdapter::GetEditViewForwarder( bool bCreate )
{
return GetEditViewForwarderAdapter( bCreate );
}
diff --git a/editeng/source/uno/unoedsrc.cxx b/editeng/source/uno/unoedsrc.cxx
index 3af4ecaa478f..ebeb6f4622ce 100644
--- a/editeng/source/uno/unoedsrc.cxx
+++ b/editeng/source/uno/unoedsrc.cxx
@@ -65,7 +65,7 @@ SvxViewForwarder* SvxEditSource::GetViewForwarder()
return NULL;
}
-SvxEditViewForwarder* SvxEditSource::GetEditViewForwarder( sal_Bool )
+SvxEditViewForwarder* SvxEditSource::GetEditViewForwarder( bool )
{
return NULL;
}