summaryrefslogtreecommitdiff
path: root/filter/source/flash
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/flash')
-rw-r--r--filter/source/flash/swfexporter.hxx3
-rw-r--r--filter/source/flash/swfwriter.hxx3
2 files changed, 0 insertions, 6 deletions
diff --git a/filter/source/flash/swfexporter.hxx b/filter/source/flash/swfexporter.hxx
index 2e78abdf7031..5c05b6285d5b 100644
--- a/filter/source/flash/swfexporter.hxx
+++ b/filter/source/flash/swfexporter.hxx
@@ -188,9 +188,6 @@ private:
sal_uInt32 ActionSummer(::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape);
sal_uInt32 ActionSummer(::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xShapes);
- void animateShape( ShapeAnimationInfo& rAnimInfo );
- void animatePage( PageInfo* pPageInfo );
-
bool getMetaFile( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >&xComponent, GDIMetaFile& rMtf, bool bOnlyBackground = false, bool bExportAsJPEG = false );
Writer* mpWriter;
diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx
index be08fb2fab43..76d25d8ed24a 100644
--- a/filter/source/flash/swfwriter.hxx
+++ b/filter/source/flash/swfwriter.hxx
@@ -210,9 +210,6 @@ public:
~Sprite();
void write( SvStream& out );
-
- sal_uInt16 getId() const { return mnId; }
-
void addTag( Tag* pNewTag );
private: