summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unoobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unoobj.cxx')
-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 ac8f48433d12..4a1db16755e3 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -862,7 +862,7 @@ uno::Sequence< OUString > SAL_CALL SdXShape::getSupportedServiceNames() throw(cs
"com.sun.star.document.LinkTarget"} );
SdrObject* pObj = mpShape->GetSdrObject();
- if(pObj && pObj->GetObjInventor() == SdrInventor )
+ if(pObj && pObj->GetObjInventor() == SdrInventor::Default )
{
sal_uInt32 nInventor = pObj->GetObjIdentifier();
switch( nInventor )