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 | cc6395630b2203dbf1c8448916fdda610cc8b706 (patch) | |
tree | 0368ebc7b1e0dab2d92e00c93d6cb936bb12ad5f /sc/inc/viewuno.hxx | |
parent | 407a89402e6a10267d1004151a05a7613160b227 (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 'sc/inc/viewuno.hxx')
-rw-r--r-- | sc/inc/viewuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index e489cb718163..267bb00825d6 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -124,7 +124,7 @@ public: getReferredCells() throw(::com::sun::star::uno::RuntimeException); // XFormLayerAccess - virtual ::com::sun::star::uno::Reference< ::com::sun::star::form::XFormController > SAL_CALL + virtual ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > SAL_CALL getFormController( const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& Form ) throw (::com::sun::star::uno::RuntimeException); |