summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/pointersymbol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/pointersymbol.cxx')
-rw-r--r--slideshow/source/engine/pointersymbol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/pointersymbol.cxx b/slideshow/source/engine/pointersymbol.cxx
index b539cf6a1055..29728a522189 100644
--- a/slideshow/source/engine/pointersymbol.cxx
+++ b/slideshow/source/engine/pointersymbol.cxx
@@ -128,7 +128,7 @@ void PointerSymbol::viewAdded( const UnoViewSharedPtr& rView )
SAL_WARN( "slideshow", comphelper::anyToString( cppu::getCaughtException() ) );
}
- maViews.push_back( ViewsVecT::value_type( rView, sprite ) );
+ maViews.emplace_back( rView, sprite );
}
void PointerSymbol::viewRemoved( const UnoViewSharedPtr& rView )