summaryrefslogtreecommitdiff
path: root/include/sfx2/querystatus.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/querystatus.hxx')
-rw-r--r--include/sfx2/querystatus.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/querystatus.hxx b/include/sfx2/querystatus.hxx
index af071b107cac..4f7f5b588b39 100644
--- a/include/sfx2/querystatus.hxx
+++ b/include/sfx2/querystatus.hxx
@@ -35,7 +35,7 @@ class SfxQueryStatus_Impl;
class SFX2_DLLPUBLIC SfxQueryStatus
{
public:
- SfxQueryStatus( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider >& rDispatchProvider, sal_uInt16 nSlotId, const OUString& aCommand );
+ SfxQueryStatus( const css::uno::Reference< css::frame::XDispatchProvider >& rDispatchProvider, sal_uInt16 nSlotId, const OUString& aCommand );
~SfxQueryStatus();
// Query method
@@ -45,8 +45,8 @@ class SFX2_DLLPUBLIC SfxQueryStatus
SfxQueryStatus( const SfxQueryStatus& ) = delete;
SfxQueryStatus& operator=( const SfxQueryStatus& ) = delete;
- com::sun::star::uno::Reference< com::sun::star::frame::XStatusListener > m_xStatusListener;
- SfxQueryStatus_Impl* m_pSfxQueryStatusImpl;
+ css::uno::Reference< css::frame::XStatusListener > m_xStatusListener;
+ SfxQueryStatus_Impl* m_pSfxQueryStatusImpl;
};
#endif // INCLUDED_SFX2_QUERYSTATUS_HXX