summaryrefslogtreecommitdiff
path: root/include/sfx2/tbxctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/tbxctrl.hxx')
-rw-r--r--include/sfx2/tbxctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx
index e0a1f0563ada..caa305582d5e 100644
--- a/include/sfx2/tbxctrl.hxx
+++ b/include/sfx2/tbxctrl.hxx
@@ -81,8 +81,8 @@ friend class SfxFrameStatusListener;
private:
SfxFrameStatusListener* GetOrCreateStatusListener();
- SfxPopupWindow(SfxPopupWindow &) SAL_DELETED_FUNCTION;
- void operator =(SfxPopupWindow &) SAL_DELETED_FUNCTION;
+ SfxPopupWindow(SfxPopupWindow &) = delete;
+ void operator =(SfxPopupWindow &) = delete;
void Delete();
protected: