diff options
Diffstat (limited to 'svx/source/sdr/properties/pageproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/pageproperties.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/pageproperties.cxx b/svx/source/sdr/properties/pageproperties.cxx index 79129497efdd..030d0afc4768 100644 --- a/svx/source/sdr/properties/pageproperties.cxx +++ b/svx/source/sdr/properties/pageproperties.cxx @@ -72,7 +72,7 @@ namespace sdr::properties } void PageProperties::SetStyleSheet(SfxStyleSheet* /*pStyleSheet*/, bool /*bDontRemoveHardAttr*/, - bool /*bBroadcast*/) + bool /*bBroadcast*/, bool /*bAdjustTextFrameWidthAndHeight*/) { // override to legally ignore the StyleSheet here } |