diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-06 08:31:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-11 08:18:22 +0200 |
commit | ef61173187d99e75fd5ce0a70994325a17e2c21a (patch) | |
tree | 0de654b24126c031abe0ade6faeb0fc75feb51ee /svx/source/sdr/properties/circleproperties.cxx | |
parent | 0277baf97670598c83009869fdcc326552a58fd0 (diff) |
svx: sal_Bool->bool
Change-Id: Idfffbcad1a51192c5ccad28a16c4e613060fc2dc
Diffstat (limited to 'svx/source/sdr/properties/circleproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/circleproperties.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/circleproperties.cxx b/svx/source/sdr/properties/circleproperties.cxx index 7b80fdbafb54..4afbc3ed0473 100644 --- a/svx/source/sdr/properties/circleproperties.cxx +++ b/svx/source/sdr/properties/circleproperties.cxx @@ -82,7 +82,7 @@ namespace sdr rObj.ImpSetAttrToCircInfo(); } - void CircleProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) + void CircleProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr) { SdrCircObj& rObj = (SdrCircObj&)GetSdrObject(); |