summaryrefslogtreecommitdiff
path: root/forms/source/solar/component/navbarcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/solar/component/navbarcontrol.hxx')
-rw-r--r--forms/source/solar/component/navbarcontrol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/solar/component/navbarcontrol.hxx b/forms/source/solar/component/navbarcontrol.hxx
index 5639018b696e..4c3f1ec17fc5 100644
--- a/forms/source/solar/component/navbarcontrol.hxx
+++ b/forms/source/solar/component/navbarcontrol.hxx
@@ -97,14 +97,14 @@ namespace frm
a new ONavigationBarPeer instance, which has been aquired once!
*/
static ONavigationBarPeer* Create(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB,
Window* _pParentWindow,
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& _rxModel
);
protected:
ONavigationBarPeer(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB
);
~ONavigationBarPeer();