summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/filedlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/filedlg.hxx')
-rw-r--r--sd/source/ui/inc/filedlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/filedlg.hxx b/sd/source/ui/inc/filedlg.hxx
index eec497eb91c6..538c935fe4c8 100644
--- a/sd/source/ui/inc/filedlg.hxx
+++ b/sd/source/ui/inc/filedlg.hxx
@@ -40,8 +40,8 @@ class SD_DLLPUBLIC SdOpenSoundFileDialog
{
const std::unique_ptr< SdFileDialog_Imp > mpImpl;
- SdOpenSoundFileDialog (const SdOpenSoundFileDialog &) SAL_DELETED_FUNCTION;
- SdOpenSoundFileDialog & operator= (const SdOpenSoundFileDialog &) SAL_DELETED_FUNCTION;
+ SdOpenSoundFileDialog (const SdOpenSoundFileDialog &) = delete;
+ SdOpenSoundFileDialog & operator= (const SdOpenSoundFileDialog &) = delete;
public:
SdOpenSoundFileDialog();