summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/svdfppt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/filter/msfilter/svdfppt.hxx')
-rw-r--r--include/filter/msfilter/svdfppt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 46fef225ead2..9633234fd747 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -780,7 +780,7 @@ public:
explicit PPTParaSheet( sal_uInt32 nInstance );
PPTParaSheet( const PPTParaSheet& rParaSheet );
- bool Read(
+ void Read(
SdrPowerPointImport& rMan,
SvStream& rIn,
bool bMasterStyle,
@@ -1279,7 +1279,7 @@ public:
class PPTConvertOCXControls : public SvxMSConvertOCXControls
{
- virtual const css::uno::Reference< css::drawing::XDrawPage > & GetDrawPage() override;
+ virtual void GetDrawPage() override;
PptPageKind ePageKind;
const SdrPowerPointImport* mpPPTImporter;
public: