diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 11:44:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-08 09:48:17 +0200 |
commit | c5fdde23ed7388861d13f6bc229fc8c722d10534 (patch) | |
tree | 3bf141f965fffaaea0fe65e8d2fba7cb14d8e0d1 /bean | |
parent | 336f3b9153ff22d080530f3b4d733d1f7fd2f6bd (diff) |
add a comment so I don't have to figure out this classes purpose again
Change-Id: I92f3cb3e9308e2d4e369c1ce216952b0eca09b17
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) |