summaryrefslogtreecommitdiffstats
path: root/include/unotools/searchopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/searchopt.hxx')
-rw-r--r--include/unotools/searchopt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/searchopt.hxx b/include/unotools/searchopt.hxx
index a34e4490b56f..df655d74dec5 100644
--- a/include/unotools/searchopt.hxx
+++ b/include/unotools/searchopt.hxx
@@ -28,8 +28,8 @@ class UNOTOOLS_DLLPUBLIC SvtSearchOptions
{
SvtSearchOptions_Impl *pImpl;
- SvtSearchOptions( const SvtSearchOptions & ) SAL_DELETED_FUNCTION;
- SvtSearchOptions & operator = ( const SvtSearchOptions & ) SAL_DELETED_FUNCTION;
+ SvtSearchOptions( const SvtSearchOptions & ) = delete;
+ SvtSearchOptions & operator = ( const SvtSearchOptions & ) = delete;
public:
SvtSearchOptions();