summaryrefslogtreecommitdiff
path: root/fpicker/source/office/asyncfilepicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/asyncfilepicker.hxx')
-rw-r--r--fpicker/source/office/asyncfilepicker.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/asyncfilepicker.hxx b/fpicker/source/office/asyncfilepicker.hxx
index 0778d979760c..1deb5869f6f5 100644
--- a/fpicker/source/office/asyncfilepicker.hxx
+++ b/fpicker/source/office/asyncfilepicker.hxx
@@ -90,8 +90,8 @@ namespace svt
private:
DECL_LINK_TYPED( OnActionDone, void*, void );
- AsyncPickerAction( const AsyncPickerAction& ) SAL_DELETED_FUNCTION;
- AsyncPickerAction& operator=( const AsyncPickerAction& ) SAL_DELETED_FUNCTION;
+ AsyncPickerAction( const AsyncPickerAction& ) = delete;
+ AsyncPickerAction& operator=( const AsyncPickerAction& ) = delete;
};