diff options
Diffstat (limited to 'include/svx/sdr/properties/textproperties.hxx')
-rw-r--r-- | include/svx/sdr/properties/textproperties.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/properties/textproperties.hxx b/include/svx/sdr/properties/textproperties.hxx index 0894af0d6d80..78de4949642a 100644 --- a/include/svx/sdr/properties/textproperties.hxx +++ b/include/svx/sdr/properties/textproperties.hxx @@ -63,7 +63,7 @@ namespace sdr virtual BaseProperties& Clone(SdrObject& rObj) const; // 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 |