summaryrefslogtreecommitdiffstats
path: root/sd/source/filter/eppt/eppt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/eppt.hxx')
-rw-r--r--sd/source/filter/eppt/eppt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/eppt.hxx b/sd/source/filter/eppt/eppt.hxx
index 6096276ea48e..96f19c418a2c 100644
--- a/sd/source/filter/eppt/eppt.hxx
+++ b/sd/source/filter/eppt/eppt.hxx
@@ -296,7 +296,7 @@ class PPTWriter : public PPTWriterBase, public PPTExBulletProvider
sal_Bool IsValid() const { return mbStatus; };
- virtual void exportPPTPre();
+ virtual void exportPPTPre( const std::vector< com::sun::star::beans::PropertyValue >& );
virtual void exportPPTPost( );
};