diff options
Diffstat (limited to 'sd/inc/sdpptwrp.hxx')
-rw-r--r-- | sd/inc/sdpptwrp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdpptwrp.hxx b/sd/inc/sdpptwrp.hxx index 49cc8b8d89c9..89e71fc50ddb 100644 --- a/sd/inc/sdpptwrp.hxx +++ b/sd/inc/sdpptwrp.hxx @@ -34,7 +34,7 @@ public: /// these methods are necessary for the export to PowerPoint sal_Bool Import(); - sal_Bool Export(); + sal_Bool Export() SAL_OVERRIDE; /// restores the original basic storage void PreSaveBasic(); |