diff options
Diffstat (limited to 'svx/source/sdr/properties/captionproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/captionproperties.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/captionproperties.cxx b/svx/source/sdr/properties/captionproperties.cxx index 8e9f856ededb..cd80b357beed 100644 --- a/svx/source/sdr/properties/captionproperties.cxx +++ b/svx/source/sdr/properties/captionproperties.cxx @@ -80,7 +80,7 @@ namespace sdr RectangleProperties::ItemSetChanged(rSet); } - void CaptionProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) + void CaptionProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr) { SdrCaptionObj& rObj = (SdrCaptionObj&)GetSdrObject(); |