summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/properties/pageproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sdr/properties/pageproperties.hxx')
-rw-r--r--svx/inc/sdr/properties/pageproperties.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/inc/sdr/properties/pageproperties.hxx b/svx/inc/sdr/properties/pageproperties.hxx
index c6e9d303856d..5df093a2617f 100644
--- a/svx/inc/sdr/properties/pageproperties.hxx
+++ b/svx/inc/sdr/properties/pageproperties.hxx
@@ -59,6 +59,9 @@ namespace sdr
// get the installed StyleSheet
virtual SfxStyleSheet* GetStyleSheet() const override;
+ // set the installed StyleSheet
+ virtual void SetStyleSheet(SfxStyleSheet* pStyleSheet, bool bDontRemoveHardAttr) override;
+
// clear single item
virtual void ClearObjectItem(const sal_uInt16 nWhich = 0) override;
};