diff options
author | Katarina Machalkova <kmachalkova@suse.cz> | 2010-10-13 18:03:13 +0200 |
---|---|---|
committer | Katarina Machalkova <kmachalkova@suse.cz> | 2010-10-13 20:58:27 +0200 |
commit | 4464655f415bcbc624d60a60ee4424165530a529 (patch) | |
tree | 35ebfcc6021ed7fe7b66e8b9f95762ff83ec15fb /sfx2/inc | |
parent | 8bc89efca80a5992a745e975068ade3bcfa358a8 (diff) |
Merged pptx-autoplay-fix.diff from ooo-build
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/docfilt.hxx | 1 | ||||
-rw-r--r-- | sfx2/inc/sfx2/objsh.hxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/docfilt.hxx b/sfx2/inc/sfx2/docfilt.hxx index f024fdb07c06..31d642026d0d 100644 --- a/sfx2/inc/sfx2/docfilt.hxx +++ b/sfx2/inc/sfx2/docfilt.hxx @@ -70,6 +70,7 @@ #define SFX_FILTER_PASSWORDTOMODIFY 0x02000000L #define SFX_FILTER_PREFERED 0x10000000L +#define SFX_FILTER_STARTPRESENTATION 0x20000000L #define SFX_FILTER_VERSION_NONE 0 #define SFX_FILTER_NOTINSTALLED SFX_FILTER_MUSTINSTALL | SFX_FILTER_CONSULTSERVICE diff --git a/sfx2/inc/sfx2/objsh.hxx b/sfx2/inc/sfx2/objsh.hxx index abf78db07be5..9c1a3fe0cfff 100644 --- a/sfx2/inc/sfx2/objsh.hxx +++ b/sfx2/inc/sfx2/objsh.hxx @@ -368,7 +368,7 @@ public: sal_Bool SaveCompletedChildren( sal_Bool bSuccess ); sal_Bool InsertFrom( SfxMedium &rMedium ); - sal_Bool ImportFrom( SfxMedium &rMedium ); + virtual sal_Bool ImportFrom( SfxMedium &rMedium ); sal_Bool ExportTo( SfxMedium &rMedium ); // xmlsec05, check with SFX team |