diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 09:54:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 11:48:59 +0100 |
commit | 1f0b7e5dc4299ff0c4c52fc69fa97b99d9e9e076 (patch) | |
tree | db8f35c8e54a40cb32a8ff5115247cad6fe00d36 /sd/inc | |
parent | 502f059b1ff8dcd305d31b01a665c9d4255013cd (diff) |
coverity#704728 Unchecked dynamic_cast
Change-Id: I2db2d6ffdca1775f21969b523ede56b3fb3fd682
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index bf59fc060e35..da589b87f33f 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -201,7 +201,6 @@ private: com::sun::star::xml::dom::XNode> > maPresObjectInfo; bool mbUseEmbedFonts; - protected: virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoModel() SAL_OVERRIDE; @@ -215,6 +214,7 @@ public: virtual SdrModel* AllocModel() const SAL_OVERRIDE; virtual SdrPage* AllocPage(bool bMasterPage) SAL_OVERRIDE; + SdPage* AllocSdPage(bool bMasterPage); virtual bool IsReadOnly() const SAL_OVERRIDE; virtual void SetChanged(bool bFlag = true) SAL_OVERRIDE; |