summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fpsmartcontent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/fpsmartcontent.hxx')
-rw-r--r--fpicker/source/office/fpsmartcontent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/fpsmartcontent.hxx b/fpicker/source/office/fpsmartcontent.hxx
index 0e6f0b5fc1d6..06eb103a1e84 100644
--- a/fpicker/source/office/fpsmartcontent.hxx
+++ b/fpicker/source/office/fpsmartcontent.hxx
@@ -61,8 +61,8 @@ namespace svt
/// checks if the currently bound content is a folder or document
bool implIs( const OUString& _rURL, Type _eType );
- SmartContent( const SmartContent& _rSource ) SAL_DELETED_FUNCTION;
- SmartContent& operator=( const SmartContent& _rSource ) SAL_DELETED_FUNCTION;
+ SmartContent( const SmartContent& _rSource ) = delete;
+ SmartContent& operator=( const SmartContent& _rSource ) = delete;
public:
SmartContent();