cid#1607209 PA: Public Attribute
Change-Id: Ice339715762177e7a2905ec1de1703da7d9b74ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172695 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins
This commit is contained in:
parent
25209dbefb
commit
6d6b5a0a7d
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ import javax.swing.JOptionPane;
|
|||
import javax.swing.JDialog;
|
||||
|
||||
public abstract class ScriptEditorBase implements ScriptEditor {
|
||||
public XScriptContext context;
|
||||
protected XScriptContext context;
|
||||
|
||||
public void setContext(XScriptContext context) {
|
||||
this.context = context;
|
||||
|
|
Loading…
Reference in a new issue