summaryrefslogtreecommitdiff
path: root/include/unotools/searchopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/searchopt.hxx')
-rw-r--r--include/unotools/searchopt.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/unotools/searchopt.hxx b/include/unotools/searchopt.hxx
index d9b3cf3c1f7e..83bbed45b5cb 100644
--- a/include/unotools/searchopt.hxx
+++ b/include/unotools/searchopt.hxx
@@ -28,11 +28,8 @@ class UNOTOOLS_DLLPUBLIC SvtSearchOptions
{
SvtSearchOptions_Impl *pImpl;
- // disallow copy-constructor and assignment-operator for now
- SvtSearchOptions( const SvtSearchOptions & );
- SvtSearchOptions & operator = ( const SvtSearchOptions & );
-
-protected:
+ SvtSearchOptions( const SvtSearchOptions & ) SAL_DELETED_FUNCTION;
+ SvtSearchOptions & operator = ( const SvtSearchOptions & ) SAL_DELETED_FUNCTION;
public:
SvtSearchOptions();