summaryrefslogtreecommitdiffstats
path: root/vcl/unx/kde/UnxFilePicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde/UnxFilePicker.hxx')
-rw-r--r--vcl/unx/kde/UnxFilePicker.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/kde/UnxFilePicker.hxx b/vcl/unx/kde/UnxFilePicker.hxx
index 7ec5b0db12b0..6f30577c360b 100644
--- a/vcl/unx/kde/UnxFilePicker.hxx
+++ b/vcl/unx/kde/UnxFilePicker.hxx
@@ -145,8 +145,8 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
private:
- UnxFilePicker( const UnxFilePicker& ) SAL_DELETED_FUNCTION;
- UnxFilePicker& operator=( const UnxFilePicker& ) SAL_DELETED_FUNCTION;
+ UnxFilePicker( const UnxFilePicker& ) = delete;
+ UnxFilePicker& operator=( const UnxFilePicker& ) = delete;
protected:
void initFilePicker();