summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-22 18:24:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-24 08:08:00 +0100
commitb7259532d83ea1263f6944974d71162c47203939 (patch)
tree19d6a840d86070831573a583dd45a2b828218323 /sd
parentRemove unnecessary extractInterface (diff)
downloadcore-b7259532d83ea1263f6944974d71162c47203939.tar.gz
core-b7259532d83ea1263f6944974d71162c47203939.zip
Remove unnecessary bool2any
Change-Id: Ie2caee1d5a7912011d76172539c2f8f37eaee5cf
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/unoidl/unoobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx
index 9ee4eb0da18b..96dcdf59821c 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -1688,7 +1688,7 @@ uno::Any SAL_CALL SdUnoEventsAccess::getByName( const OUString& aName )
pProperties->Name = maStrPlayFull;
pProperties->Handle = -1;
- pProperties->Value = ::cppu::bool2any(pInfo->mbSecondPlayFull);
+ pProperties->Value = css::uno::makeAny(pInfo->mbSecondPlayFull);
pProperties->State = beans::PropertyState_DIRECT_VALUE;
}
break;