summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/targetpropertiescreator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/targetpropertiescreator.cxx')
-rw-r--r--slideshow/source/engine/slide/targetpropertiescreator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/slide/targetpropertiescreator.cxx b/slideshow/source/engine/slide/targetpropertiescreator.cxx
index 50052d807b42..bb3c4a512a9b 100644
--- a/slideshow/source/engine/slide/targetpropertiescreator.cxx
+++ b/slideshow/source/engine/slide/targetpropertiescreator.cxx
@@ -360,14 +360,14 @@ namespace internal
if( rIter.first.mnParagraphIndex == -1 )
{
- rCurrProps.Target = uno::makeAny( rIter.first.mxRef );
+ rCurrProps.Target <<= rIter.first.mxRef;
}
else
{
- rCurrProps.Target = uno::makeAny(
+ rCurrProps.Target <<=
presentation::ParagraphTarget(
rIter.first.mxRef,
- rIter.first.mnParagraphIndex ) );
+ rIter.first.mnParagraphIndex );
}
rCurrProps.Properties = ::comphelper::containerToSequence( rIter.second );