#i48719# Fixed compilation problem.

This commit is contained in:
Andre Fischer
2009-04-01 11:54:54 +00:00
parent d03078d55b
commit 7893279796
2 changed files with 2 additions and 2 deletions

View File

@@ -1464,7 +1464,7 @@ sal_Bool SlideShowImpl::setProperty( beans::PropertyValue const& rProperty )
{
uno::Sequence<uno::Any> aValues;
uno::Reference<presentation::XSlideShowView> xView;
sal_Bool bValue;
sal_Bool bValue (false);
if ((rProperty.Value >>= aValues)
&& aValues.getLength()==2
&& (aValues[0] >>= xView)