summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/SalAquaFolderPicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/aqua/SalAquaFolderPicker.hxx')
-rw-r--r--fpicker/source/aqua/SalAquaFolderPicker.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/aqua/SalAquaFolderPicker.hxx b/fpicker/source/aqua/SalAquaFolderPicker.hxx
index 9de88bd43341..c23ebd21aea1 100644
--- a/fpicker/source/aqua/SalAquaFolderPicker.hxx
+++ b/fpicker/source/aqua/SalAquaFolderPicker.hxx
@@ -101,8 +101,8 @@ public:
throw(::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
private:
- SalAquaFolderPicker( const SalAquaFolderPicker& ) SAL_DELETED_FUNCTION;
- SalAquaFolderPicker& operator=( const SalAquaFolderPicker& ) SAL_DELETED_FUNCTION;
+ SalAquaFolderPicker( const SalAquaFolderPicker& ) = delete;
+ SalAquaFolderPicker& operator=( const SalAquaFolderPicker& ) = delete;
// to instantiate own services
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xServiceMgr;