summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-17 00:28:44 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-17 00:28:44 +0200
commitf9ed1ec1bac799f79fcdf28ce817990e4f307bf1 (patch)
treeb252e569ce1eaf74d71f56dbb0f34fb6a791ed00
parentdd33f91581aaca03a83a70d94195338516742fa2 (diff)
Fix previous commit
Change-Id: I22ded05f328aeb4479c90e79b12729eb3835b3ec
-rw-r--r--sc/source/ui/unoobj/linkuno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/linkuno.cxx b/sc/source/ui/unoobj/linkuno.cxx
index 3fbeb9d455ae..27cc39578ac9 100644
--- a/sc/source/ui/unoobj/linkuno.cxx
+++ b/sc/source/ui/unoobj/linkuno.cxx
@@ -1026,7 +1026,7 @@ uno::Any SAL_CALL ScAreaLinksObj::getByIndex( sal_Int32 nIndex )
uno::Type SAL_CALL ScAreaLinksObj::getElementType() throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
- return cppu::UnoType<util::DateTime>::get();
+ return cppu::UnoType<sheet::XAreaLink>::get();
}
sal_Bool SAL_CALL ScAreaLinksObj::hasElements() throw(uno::RuntimeException, std::exception)
@@ -1333,7 +1333,7 @@ uno::Any SAL_CALL ScDDELinksObj::getByIndex( sal_Int32 nIndex )
uno::Type SAL_CALL ScDDELinksObj::getElementType() throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
- return cppu::UnoType<util::DateTime>::get();
+ return cppu::UnoType<sheet::XDDELink>::get();
}
sal_Bool SAL_CALL ScDDELinksObj::hasElements() throw(uno::RuntimeException, std::exception)