Kaydet (Commit) 001272c9 authored tarafından Chris Sherlock's avatar Chris Sherlock

officebeans: RVP no longer used, only local used now

Change-Id: I5f09d25a6e267c793c469c08e8f7f46521fdcd49
üst 365aa206
......@@ -226,9 +226,7 @@ public class LocalOfficeConnection
}
/**
* Creates an office window.
* The window is either a sub-class of java.awt.Canvas (local) or
* java.awt.Container (RVP).
* Creates an office java.awt.Canvas based window.
*
* @param container This is an AWT container.
* @return The office window instance.
......
......@@ -57,9 +57,7 @@ public interface OfficeConnection
XComponentContext getComponentContext();
/**
* Creates an office window.
* The window is either a sub-class of java.awt.Canvas (local) or
* java.awt.Container (RVP).
* Creates an office java.awt.Canvas based window.
*
* This method does not add the office window to its container.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment