summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2013-03-08 17:30:40 +0530
committerMuthu Subramanian <sumuthu@suse.com>2013-03-08 17:32:21 +0530
commit2f3e1c77b2e2304f9a718d35f6b12daef261e2c1 (patch)
treef564ba1c66b2f63d39c3d66441b631b64b69e0d3 /sd/source/ui/unoidl
parent2e00860260815c075ce32de052dc7fa98021c95d (diff)
n#699334: Legacy diagram import (PPTX).
Minimalistic implementation. Had to rework on some parts because of the rebasing.
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/unoobj.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx
index d46264de21dd..856f64f6c301 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -623,7 +623,6 @@ void SAL_CALL SdXShape::setPropertyValue( const ::rtl::OUString& aPropertyName,
SetMasterDepend( ::cppu::any2bool(aValue) );
break;
-#ifdef FIXME_REMOVE_WHEN_RE_BASE_COMPLETE
case WID_LEGACYFRAGMENT:
{
uno::Reference< io::XInputStream > xInputStream;
@@ -636,7 +635,7 @@ void SAL_CALL SdXShape::setPropertyValue( const ::rtl::OUString& aPropertyName,
}
}
break;
-#endif
+
case WID_ANIMPATH:
{
uno::Reference< drawing::XShape > xShape( aValue, uno::UNO_QUERY );