diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-11-04 10:51:04 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-11-04 10:51:04 +0100 |
commit | 49230835a7da7e7da394e7202c21c4e5c5b084b6 (patch) | |
tree | 8111e4d57190fa03486603174234e801e5cf3347 /test | |
parent | 13d85e12288d90a241e9b4cbfb84391c6efae9ad (diff) |
undoapi: added tests for OOo's auto-closing of Undo contexts after executing scripts which do not properly do this themselves
Diffstat (limited to 'test')
-rw-r--r-- | test/source/java/org/openoffice/test/tools/OfficeDocumentView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/java/org/openoffice/test/tools/OfficeDocumentView.java b/test/source/java/org/openoffice/test/tools/OfficeDocumentView.java index da22ade339f6..841607d9a377 100644 --- a/test/source/java/org/openoffice/test/tools/OfficeDocumentView.java +++ b/test/source/java/org/openoffice/test/tools/OfficeDocumentView.java @@ -47,7 +47,7 @@ public class OfficeDocumentView private OfficeDocument m_document; /* ------------------------------------------------------------------ */ - final protected XController getController() + final public XController getController() { return m_controller; } |