diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 11:42:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-08 09:48:17 +0200 |
commit | 336f3b9153ff22d080530f3b4d733d1f7fd2f6bd (patch) | |
tree | a099cd9b56e7c8807ddb841f58d1bfc4a964981f /javaunohelper/test/com | |
parent | 2d700944b50dc9bcf030732cf1221426f55b3dd6 (diff) |
java: code some code to use non-deprecated constructors
Change-Id: I4194a3dfd361d1955cf5bb4fab915150eecfa21a
Diffstat (limited to 'javaunohelper/test/com')
-rw-r--r-- | javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java | 2 | ||||
-rw-r--r-- | javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java b/javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java index 4a50617dff88..3b1f589fa142 100644 --- a/javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java +++ b/javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java @@ -26,7 +26,7 @@ import com.sun.star.loader.XImplementationLoader; import com.sun.star.registry.XSimpleRegistry; - +@Deprecated public class SharedLibraryLoader_Test { private static final String NATIVE_SERVICE_MANAGER_IMP_NAME = "com.sun.star.comp.stoc.OServiceManager"; diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java b/javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java index ad24adbb3531..bb8d053ebcfa 100644 --- a/javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java +++ b/javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java @@ -35,7 +35,7 @@ import com.sun.star.comp.helper.RegistryServiceFactory; import com.sun.star.uno.UnoRuntime; - +@Deprecated public class Factory_Test extends WeakBase implements XServiceInfo |