summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/sortedarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/sortedarray.hxx')
-rw-r--r--sw/source/filter/ww8/sortedarray.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/sortedarray.hxx b/sw/source/filter/ww8/sortedarray.hxx
index 15d48c3e9075..31943868e6e4 100644
--- a/sw/source/filter/ww8/sortedarray.hxx
+++ b/sw/source/filter/ww8/sortedarray.hxx
@@ -41,8 +41,8 @@ namespace ww
C *mpWwSprmTab;
size_t mnNoElems;
- SortedArray(const SortedArray&) SAL_DELETED_FUNCTION;
- SortedArray& operator=(const SortedArray&) SAL_DELETED_FUNCTION;
+ SortedArray(const SortedArray&) = delete;
+ SortedArray& operator=(const SortedArray&) = delete;
public:
//Find an entry, return its address if found and 0 if not
const C *search(C aSrch) const