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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/querystatus.hxx b/include/sfx2/querystatus.hxx
index 628fe451e3c6..af071b107cac 100644
--- a/include/sfx2/querystatus.hxx
+++ b/include/sfx2/querystatus.hxx
@@ -42,8 +42,8 @@ class SFX2_DLLPUBLIC SfxQueryStatus
SfxItemState QueryState( SfxPoolItem*& pPoolItem );
private:
- SfxQueryStatus( const SfxQueryStatus& ) SAL_DELETED_FUNCTION;
- SfxQueryStatus& operator=( const SfxQueryStatus& ) SAL_DELETED_FUNCTION;
+ 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;