diff options
author | Thomas Benisch <tbe@openoffice.org> | 2010-02-17 16:24:29 +0100 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2010-02-17 16:24:29 +0100 |
commit | eee5ae330a49c18c4fe8666bc1c2dbc949dc0914 (patch) | |
tree | 8450428110c4300040e8d20bfba601bd231114da /sc/source/ui/unoobj/viewuno.cxx | |
parent | 6fae3f3921beb7214a77887e083852f27011179a (diff) | |
parent | 25b005cbda460837f063ddf996c1ec72d4f4865b (diff) |
chartlayout: merge with DEV300_m71
Diffstat (limited to 'sc/source/ui/unoobj/viewuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/viewuno.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx index c1af5ac9bb99..0883c24a14f0 100644 --- a/sc/source/ui/unoobj/viewuno.cxx +++ b/sc/source/ui/unoobj/viewuno.cxx @@ -337,11 +337,11 @@ namespace } // XFormLayerAccess -uno::Reference< form::XFormController > SAL_CALL ScViewPaneBase::getFormController( const uno::Reference< form::XForm >& _Form ) throw (uno::RuntimeException) +uno::Reference< form::runtime::XFormController > SAL_CALL ScViewPaneBase::getFormController( const uno::Reference< form::XForm >& _Form ) throw (uno::RuntimeException) { ScUnoGuard aGuard; - uno::Reference< form::XFormController > xController; + uno::Reference< form::runtime::XFormController > xController; Window* pWindow( NULL ); SdrView* pSdrView( NULL ); |