summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-24 13:54:56 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-24 14:00:22 +0200
commitb61a2db728d96e2b65cc37f917e7028ce62ddb10 (patch)
treeb8a79f51809437b5187fb42a711a3ad0db436675 /sd/source/ui/unoidl
parent21f8277c6d58eca236fad490ca0b8080a2d21a8c (diff)
Similar to 3386519e7e1d15263b53e07f984b9022c3dcddfd
Change-Id: I5ca799cf3a383c4a76f2ee81387f8040c176d046
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/unolayer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unolayer.cxx b/sd/source/ui/unoidl/unolayer.cxx
index 8c67042d29dd..b9fc3c43014f 100644
--- a/sd/source/ui/unoidl/unolayer.cxx
+++ b/sd/source/ui/unoidl/unolayer.cxx
@@ -160,7 +160,7 @@ sal_Bool SAL_CALL SdLayer::supportsService( const OUString& ServiceName )
uno::Sequence< OUString > SAL_CALL SdLayer::getSupportedServiceNames()
{
- OUString aServiceName(UNO_PREFIX "drawing.Layer");
+ OUString aServiceName("com.sun.star.drawing.Layer");
uno::Sequence< OUString > aSeq( &aServiceName, 1 );
return aSeq;
}
@@ -464,7 +464,7 @@ sal_Bool SAL_CALL SdLayerManager::supportsService( const OUString& ServiceName )
uno::Sequence< OUString > SAL_CALL SdLayerManager::getSupportedServiceNames()
{
- uno::Sequence< OUString > aSeq { UNO_PREFIX "drawing.LayerManager" };
+ uno::Sequence< OUString > aSeq { "com.sun.star.drawing.LayerManager" };
return aSeq;
}