#i48719# Fixed compilation problem.
This commit is contained in:
@@ -307,7 +307,7 @@ namespace slideshow
|
||||
OSL_ASSERT( !maLayers.empty() ); // always at least background layer
|
||||
ENSURE_OR_THROW( rShape, "LayerManager::implAddShape(): invalid Shape" );
|
||||
|
||||
LayerShapeMap::value_type aValue (rShape, LayerShapeMap::data_type());
|
||||
LayerShapeMap::value_type aValue (rShape, LayerWeakPtr());
|
||||
|
||||
OSL_ASSERT( maAllShapes.find(rShape) == maAllShapes.end() ); // shape must not be added already
|
||||
mbLayerAssociationDirty = true;
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user