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/measureproperties.cxx | |
parent | 0277baf97670598c83009869fdcc326552a58fd0 (diff) |
svx: sal_Bool->bool
Change-Id: Idfffbcad1a51192c5ccad28a16c4e613060fc2dc
Diffstat (limited to 'svx/source/sdr/properties/measureproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/measureproperties.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/measureproperties.cxx b/svx/source/sdr/properties/measureproperties.cxx index a172f9d08922..44a7efa68bad 100644 --- a/svx/source/sdr/properties/measureproperties.cxx +++ b/svx/source/sdr/properties/measureproperties.cxx @@ -87,7 +87,7 @@ namespace sdr rObj.SetTextDirty(); } - void MeasureProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) + void MeasureProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr) { SdrMeasureObj& rObj = (SdrMeasureObj&)GetSdrObject(); |