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 /include/svx/sdr/properties/customshapeproperties.hxx | |
parent | 0277baf97670598c83009869fdcc326552a58fd0 (diff) |
svx: sal_Bool->bool
Change-Id: Idfffbcad1a51192c5ccad28a16c4e613060fc2dc
Diffstat (limited to 'include/svx/sdr/properties/customshapeproperties.hxx')
-rw-r--r-- | include/svx/sdr/properties/customshapeproperties.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/properties/customshapeproperties.hxx b/include/svx/sdr/properties/customshapeproperties.hxx index 14a558414b99..23a0181e7432 100644 --- a/include/svx/sdr/properties/customshapeproperties.hxx +++ b/include/svx/sdr/properties/customshapeproperties.hxx @@ -37,7 +37,7 @@ namespace sdr virtual SfxItemSet& CreateObjectSpecificItemSet(SfxItemPool& rPool); // test changeability for a single item - virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const; + virtual bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const; // react on ItemSet changes virtual void ItemSetChanged(const SfxItemSet& rSet); @@ -55,7 +55,7 @@ namespace sdr public: // set a new StyleSheet and broadcast - virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr); + virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr); // force default attributes for a specific object type, called from // DefaultProperties::GetObjectItemSet() if a new ItemSet is created |