summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-12-12 23:13:20 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-13 11:54:54 +0100
commit10ed09bf281e7b97ff5389a5aad3ab78379b93ae (patch)
treee1c48d3c1a0ea446554d769739dcec50f73cea94 /svl
parentc0b56386d0274a6dc010877c1d845dffcdb4232a (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. (cherry picked from commit 5924454a867bd500fdc696bb9939c84425c5e025)
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/solar.hrc2
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 ) )