summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unomodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r--sd/source/ui/inc/unomodel.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx
index 67770cc27313..381b22be955f 100644
--- a/sd/source/ui/inc/unomodel.hxx
+++ b/sd/source/ui/inc/unomodel.hxx
@@ -128,6 +128,10 @@ private:
sd::DrawViewShell* GetViewShell();
+protected:
+ /** abstract SdrModel provider */
+ virtual SdrModel* getSdrModelFromUnoModel() const override;
+
public:
SdXImpressDocument(::sd::DrawDocShell* pShell, bool bClipBoard);
SdXImpressDocument(SdDrawDocument* pDoc, bool bClipBoard);