diff options
Diffstat (limited to 'svx/inc/sdr/properties/oleproperties.hxx')
-rw-r--r-- | svx/inc/sdr/properties/oleproperties.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/inc/sdr/properties/oleproperties.hxx b/svx/inc/sdr/properties/oleproperties.hxx index 3c932e3a6fe4..2aa081d6658a 100644 --- a/svx/inc/sdr/properties/oleproperties.hxx +++ b/svx/inc/sdr/properties/oleproperties.hxx @@ -30,6 +30,9 @@ namespace sdr class OleProperties : public RectangleProperties { protected: + // apply the correct SfyStyleSheet from SdrObject's SdrModel + virtual void applyDefaultStyleSheetFromSdrModel() override; + public: // basic constructor explicit OleProperties(SdrObject& rObj); |