summaryrefslogtreecommitdiff
path: root/bean/qa/complex
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-05 11:42:57 +0200
committerNoel Grandin <noel@peralex.com>2014-08-08 09:48:17 +0200
commit336f3b9153ff22d080530f3b4d733d1f7fd2f6bd (patch)
treea099cd9b56e7c8807ddb841f58d1bfc4a964981f /bean/qa/complex
parent2d700944b50dc9bcf030732cf1221426f55b3dd6 (diff)
java: code some code to use non-deprecated constructors
Change-Id: I4194a3dfd361d1955cf5bb4fab915150eecfa21a
Diffstat (limited to 'bean/qa/complex')
-rw-r--r--bean/qa/complex/bean/OOoBeanTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bean/qa/complex/bean/OOoBeanTest.java b/bean/qa/complex/bean/OOoBeanTest.java
index d223fb74a9be..9fecfedc007a 100644
--- a/bean/qa/complex/bean/OOoBeanTest.java
+++ b/bean/qa/complex/bean/OOoBeanTest.java
@@ -19,6 +19,7 @@ package complex.bean;
import java.awt.event.*;
+
import com.sun.star.comp.beans.OOoBean;
import com.sun.star.uno.UnoRuntime;
@@ -28,6 +29,7 @@ import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import org.openoffice.test.OfficeConnection;
+
import static org.junit.Assert.*;
class PrivateLocalOfficeConnection extends com.sun.star.comp.beans.LocalOfficeConnection
@@ -38,6 +40,7 @@ class PrivateLocalOfficeConnection extends com.sun.star.comp.beans.LocalOfficeCo
}
}
+@Deprecated
public class OOoBeanTest
{