diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-12-12 19:40:38 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-12 21:53:46 +0100 |
commit | 5924454a867bd500fdc696bb9939c84425c5e025 (patch) | |
tree | ab99a45ad189265259385d68a089a5de62004b7c /svl | |
parent | 41927a4f2fe824dd1588c4ed0e14de0f2220c039 (diff) |
slideshow: play back embedded media:
The slideshow uses the UNO API to access the drawing objects,
so add a property to get the temp file URL from the media object.
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/solar.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/solar.hrc b/svl/inc/svl/solar.hrc index 6d13d46ec759..3dc33639b907 100644 --- a/svl/inc/svl/solar.hrc +++ b/svl/inc/svl/solar.hrc @@ -31,7 +31,7 @@ // defines ------------------------------------------------------------------ #define OWN_ATTR_VALUE_START 3900 -#define OWN_ATTR_VALUE_END 3988 +#define OWN_ATTR_VALUE_END 3990 #define CREATERESMGR_NAME( Name ) #Name #define CREATERESMGR( Name ) ResMgr::CreateResMgr( CREATERESMGR_NAME( Name ) ) |