diff options
author | Frank Schönheit <frank.schoenheit@sun.com> | 2009-10-23 09:46:03 +0200 |
---|---|---|
committer | Frank Schönheit <frank.schoenheit@sun.com> | 2009-10-23 09:46:03 +0200 |
commit | d142cf1191066ab2d177ef35919257ecc7f98e92 (patch) | |
tree | 43d9e1c7b8d84a20a298dea018aad294b7381426 /qadevOOo/tests/java/ifc/view | |
parent | 5c17aa5d92adb494fa5278c82aae0e88f5c38487 (diff) |
step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form
Diffstat (limited to 'qadevOOo/tests/java/ifc/view')
-rw-r--r-- | qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java b/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java index befc9a84f966..e875fe3bb3aa 100644 --- a/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java +++ b/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java @@ -31,7 +31,7 @@ package ifc.view; import com.sun.star.form.XForm; -import com.sun.star.form.XFormController; +import com.sun.star.form.runtime.XFormController; import lib.MultiMethodTest; import com.sun.star.view.XFormLayerAccess; |