summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/statcach.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/statcach.hxx')
-rw-r--r--sfx2/source/inc/statcach.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx
index b5163ba098e8..01552194d9bb 100644
--- a/sfx2/source/inc/statcach.hxx
+++ b/sfx2/source/inc/statcach.hxx
@@ -76,7 +76,7 @@ friend class BindDispatch_Impl;
bool bItemDirty; // Validity of pLastItem
private:
- SfxStateCache( const SfxStateCache& rOrig ) SAL_DELETED_FUNCTION;
+ SfxStateCache( const SfxStateCache& rOrig ) = delete;
void SetState_Impl( SfxItemState, const SfxPoolItem*, bool bMaybeDirty=false );
public: