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, 0 insertions, 4 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index e3be8307a185..044ad88b43d2 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -528,7 +528,6 @@ struct MSFILTER_DLLPUBLIC HeaderFooterEntry
);
explicit HeaderFooterEntry( const PptSlidePersistEntry* pMaster = nullptr );
- ~HeaderFooterEntry();
};
struct ProcessData
@@ -668,7 +667,6 @@ struct PPTTextSpecInfo
sal_uInt16 nDontKnow;
explicit PPTTextSpecInfo( sal_uInt32 nCharIdx );
- ~PPTTextSpecInfo();
};
struct PPTTextSpecInfoAtomInterpreter
@@ -754,7 +752,6 @@ struct PPTCharSheet
PPTCharLevel maCharLevel[nMaxPPTLevels];
explicit PPTCharSheet( TSS_Type nInstance );
- PPTCharSheet( const PPTCharSheet& rCharSheet );
void Read( SvStream& rIn, sal_uInt32 nLevel );
};
@@ -787,7 +784,6 @@ public:
PPTParaLevel maParaLevel[nMaxPPTLevels];
explicit PPTParaSheet( TSS_Type nInstance );
- PPTParaSheet( const PPTParaSheet& rParaSheet );
void Read(
SdrPowerPointImport const & rMan,