summaryrefslogtreecommitdiffstats
path: root/unotest/source/java/org/openoffice/test/tools/OfficeDocumentView.java
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/java/org/openoffice/test/tools/OfficeDocumentView.java')
-rw-r--r--unotest/source/java/org/openoffice/test/tools/OfficeDocumentView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotest/source/java/org/openoffice/test/tools/OfficeDocumentView.java b/unotest/source/java/org/openoffice/test/tools/OfficeDocumentView.java
index e309504a42c0..fee1da989688 100644
--- a/unotest/source/java/org/openoffice/test/tools/OfficeDocumentView.java
+++ b/unotest/source/java/org/openoffice/test/tools/OfficeDocumentView.java
@@ -68,7 +68,7 @@ public class OfficeDocumentView
@return
the dispatcher for the URL in question
*/
- public XDispatch getDispatcher( URL[] aURL ) throws com.sun.star.uno.Exception
+ private XDispatch getDispatcher( URL[] aURL ) throws com.sun.star.uno.Exception
{
XDispatch xReturn = null;
@@ -109,7 +109,7 @@ public class OfficeDocumentView
}
/* ------------------------------------------------------------------ */
- public boolean dispatch( final String i_url, final PropertyValue[] i_arguments ) throws com.sun.star.uno.Exception
+ private boolean dispatch( final String i_url, final PropertyValue[] i_arguments ) throws com.sun.star.uno.Exception
{
URL[] completeURL = new URL[] { new URL() };
completeURL[0].Complete = i_url;