diff options
Diffstat (limited to 'forms/source/inc/commandimageprovider.hxx')
| -rw-r--r-- | forms/source/inc/commandimageprovider.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/commandimageprovider.hxx b/forms/source/inc/commandimageprovider.hxx index 6c282576331b..eefa89df2a6b 100644 --- a/forms/source/inc/commandimageprovider.hxx +++ b/forms/source/inc/commandimageprovider.hxx @@ -21,8 +21,8 @@ #define COMMANDIMAGEPROVIDER_HXX #include <com/sun/star/frame/XModel.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> -#include <comphelper/componentcontext.hxx> #include <vcl/image.hxx> #include <boost/shared_ptr.hpp> @@ -57,7 +57,7 @@ namespace frm //===================================================================== PCommandImageProvider createDocumentCommandImageProvider( - const ::comphelper::ComponentContext& _rContext, + const css::uno::Reference<css::uno::XComponentContext>& _rContext, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& _rxDocument ); |
