summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/imestatuswindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/imestatuswindow.hxx')
-rw-r--r--sfx2/source/appl/imestatuswindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/imestatuswindow.hxx b/sfx2/source/appl/imestatuswindow.hxx
index 6b7a882c3af1..ba965fd2fff0 100644
--- a/sfx2/source/appl/imestatuswindow.hxx
+++ b/sfx2/source/appl/imestatuswindow.hxx
@@ -88,8 +88,8 @@ public:
using ImeStatusWindow_Impl::operator delete;
private:
- ImeStatusWindow(ImeStatusWindow &) SAL_DELETED_FUNCTION;
- void operator =(const ImeStatusWindow&) SAL_DELETED_FUNCTION;
+ ImeStatusWindow(ImeStatusWindow &) = delete;
+ void operator =(const ImeStatusWindow&) = delete;
virtual ~ImeStatusWindow();