summaryrefslogtreecommitdiffstats
path: root/svl/qa/complex/passwordcontainer/Test02.java
diff options
context:
space:
mode:
Diffstat (limited to 'svl/qa/complex/passwordcontainer/Test02.java')
-rw-r--r--svl/qa/complex/passwordcontainer/Test02.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/qa/complex/passwordcontainer/Test02.java b/svl/qa/complex/passwordcontainer/Test02.java
index aca3183b2569..1296d77af678 100644
--- a/svl/qa/complex/passwordcontainer/Test02.java
+++ b/svl/qa/complex/passwordcontainer/Test02.java
@@ -29,9 +29,9 @@ import com.sun.star.uno.UnoRuntime;
public class Test02 implements PasswordContainerTest {
- XMultiServiceFactory m_xMSF = null;
+ private XMultiServiceFactory m_xMSF = null;
XPasswordContainer m_xPasswordContainer = null;
- TestHelper m_aTestHelper = null;
+ private TestHelper m_aTestHelper = null;
public Test02 ( XMultiServiceFactory xMSF )
{