Kaydet (Commit) 2f67d67c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

testtools: simplify deprecated XTypeProvider.getImplementationId

Change-Id: I2ab505962c64711d72f2a6b4cdebaef2f1bf4439
üst bc75f70b
...@@ -290,7 +290,7 @@ public class TestComponent { ...@@ -290,7 +290,7 @@ public class TestComponent {
} }
public byte[] getImplementationId() throws com.sun.star.uno.RuntimeException { public byte[] getImplementationId() throws com.sun.star.uno.RuntimeException {
return toString().getBytes(); return new byte[0];
} }
} }
...@@ -970,7 +970,7 @@ public class TestComponent { ...@@ -970,7 +970,7 @@ public class TestComponent {
} }
public byte[] getImplementationId() throws com.sun.star.uno.RuntimeException { public byte[] getImplementationId() throws com.sun.star.uno.RuntimeException {
return toString().getBytes(); return new byte[0];
} }
//XBridgeTest2 //XBridgeTest2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment