diff options
Diffstat (limited to 'bean')
-rw-r--r-- | bean/qa/complex/bean/OOoBeanTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bean/qa/complex/bean/OOoBeanTest.java b/bean/qa/complex/bean/OOoBeanTest.java index 9fecfedc007a..da83a9bdf04a 100644 --- a/bean/qa/complex/bean/OOoBeanTest.java +++ b/bean/qa/complex/bean/OOoBeanTest.java @@ -32,6 +32,9 @@ import org.openoffice.test.OfficeConnection; import static org.junit.Assert.*; +/** + * This only here to expose the protected constructor. + */ class PrivateLocalOfficeConnection extends com.sun.star.comp.beans.LocalOfficeConnection { public PrivateLocalOfficeConnection(com.sun.star.uno.XComponentContext xContext) |