To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72728
Issue #|72728
Summary|WaE on Mac OS X: slideshow
Component|porting
Version|680m193
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P4
Subcomponent|MacOSX
Assigned to|sb
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Mon Dec 18 09:51:11 -0800
2006 -------
Hi,
module slideshow in m197 brought another type of warnings that are not yet
solved with cmc's path for
#i72225#:
diff -ur ooo_SRC680_m197_src.orig/slideshow/source/engine/presentation.cxx
ooo_SRC680_m197_src/slideshow/source/engine/presentation.cxx
--- ooo_SRC680_m197_src.orig/slideshow/source/engine/presentation.cxx
2006-12-15 08:18:51.000000000 +0100
+++ ooo_SRC680_m197_src/slideshow/source/engine/presentation.cxx
2006-12-15 08:19:12.000000000 +0100
@@ -685,7 +685,7 @@
// that simply no transition is
// set on this slide.
- double nTransitionDuration;
+ double nTransitionDuration = 0;
if( !getPropertyValue( nTransitionDuration,
xPropSet,
OUSTR("TransitionDuration")) )
diff -ur ooo_SRC680_m197_src.orig/slideshow/source/engine/viewmediashape.cxx
ooo_SRC680_m197_src/slideshow/source/engine/viewmediashape.cxx
--- ooo_SRC680_m197_src.orig/slideshow/source/engine/viewmediashape.cxx
2006-12-15 08:18:51.000000000 +0100
+++ ooo_SRC680_m197_src/slideshow/source/engine/viewmediashape.cxx
2006-12-15 08:26:10.000000000 +0100
@@ -338,7 +338,7 @@
::rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM( "Mute" )));
mxPlayer->setMute( bMute );
- sal_Int16 nVolumeDB;
+ sal_Int16 nVolumeDB = 0;
getPropertyValue( nVolumeDB,
rxProps,
::rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM( "VolumeDB" )));
ie. uninitialized value connected with getPropertyValue. Do you have an idea
how this could be fixed
properly?
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]