diff options
author | Joachim Lingner <jl@openoffice.org> | 2000-10-12 13:29:52 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2000-10-12 13:29:52 +0000 |
commit | 8222e4dd4b050a3dad8afcced52d374d50dcc273 (patch) | |
tree | 8bae43f3f2fed3e5254668d4ccc859e7b3a11a85 | |
parent | 33486dbf2850d5a0dd35f960d6bb84e95ec74ada (diff) |
changed the ServiceManager name to com.sun.star.ServiceManager
-rw-r--r-- | extensions/test/ole/cpptest/cpptest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/test/ole/cpptest/cpptest.cpp b/extensions/test/ole/cpptest/cpptest.cpp index 135e0188af02..055255e35502 100644 --- a/extensions/test/ole/cpptest/cpptest.cpp +++ b/extensions/test/ole/cpptest/cpptest.cpp @@ -2,9 +2,9 @@ * * $RCSfile: cpptest.cpp,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:16:55 $ + * last change: $Author: jl $ $Date: 2000-10-12 14:29:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,7 @@ HRESULT doTest() // IUnknown * pUnk; // hr= CoCreateInstance( idOffice, NULL, CLSCTX_ALL, __uuidof(IUnknown), (void**) &pUnk); - if( FAILED(hr= spUnkMgr.CoCreateInstance(L"stardiv.uno.ServiceManager"))) + if( FAILED(hr= spUnkMgr.CoCreateInstance(L"com.sun.star.ServiceManager"))) return hr; return S_OK; |