diff options
author | sb <sb@openoffice.org> | 2010-02-01 10:41:16 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-02-01 10:41:16 +0100 |
commit | 1e7890d53f4fcea904227ace0a570eb8c1a8c5bb (patch) | |
tree | 50851f3cdb4bb3e04b1ebd121389e076461ceb01 /offapi/com/sun/star/form/runtime/XFormOperations.idl | |
parent | 9db629b81c9eea95500ea5d8d76f83371d6c8913 (diff) | |
parent | b634a5945fc6db6f9587e4504a3f6cafe2279bb0 (diff) |
sb119: merged in DEV300_m70
Diffstat (limited to 'offapi/com/sun/star/form/runtime/XFormOperations.idl')
-rw-r--r-- | offapi/com/sun/star/form/runtime/XFormOperations.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/runtime/XFormOperations.idl b/offapi/com/sun/star/form/runtime/XFormOperations.idl index 1b453dfa6..453f60529 100644 --- a/offapi/com/sun/star/form/runtime/XFormOperations.idl +++ b/offapi/com/sun/star/form/runtime/XFormOperations.idl @@ -44,8 +44,8 @@ #ifndef __com_sun_star_sdbc_XResultSetUpdate_idl__ #include <com/sun/star/sdbc/XResultSetUpdate.idl> #endif -#ifndef __com_sun_star_form_XFormController_idl__ -#include <com/sun/star/form/XFormController.idl> +#ifndef __com_sun_star_form_runtime_XFormController_idl__ +#include <com/sun/star/form/runtime/XFormController.idl> #endif #ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> @@ -115,7 +115,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent case some functionality will not be available. In particular, every feature which relies on the active control of the controller might be of limited use.</p> */ - [attribute, readonly] ::com::sun::star::form::XFormController Controller; + [attribute, readonly] ::com::sun::star::form::runtime::XFormController Controller; /** retrieves the current state of the given feature |