summaryrefslogtreecommitdiff
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:28:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:02 +0100
commit68adf20e1e89d6e19e8122b600c0fb675eaebdbd (patch)
tree19e09bef0cd43236230e79fc8acbb79fa0b13a78 /include/sfx2/basedlgs.hxx
parentb48874cd54deaacd858f9eaf0557d2b01bc25806 (diff)
loplugin:deletedspecial
Change-Id: Ib9e704c3b27dad81eea44583c99ecdbc5449dd13
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index c7fafe3721ee..5a19603bdca8 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -60,8 +60,8 @@ class SFX2_DLLPUBLIC SfxModalDialog: public ModalDialog
SfxItemSet* pOutputSet;
private:
- SAL_DLLPRIVATE SfxModalDialog(SfxModalDialog &); // not defined
- SAL_DLLPRIVATE void operator =(SfxModalDialog &); // not defined
+ SfxModalDialog(SfxModalDialog &) SAL_DELETED_FUNCTION;
+ void operator =(SfxModalDialog &) SAL_DELETED_FUNCTION;
SAL_DLLPRIVATE void SetDialogData_Impl();
SAL_DLLPRIVATE void GetDialogData_Impl();
@@ -93,8 +93,8 @@ class SFX2_DLLPUBLIC SfxModelessDialog: public ModelessDialog
Size aSize;
SfxModelessDialog_Impl* pImp;
- SAL_DLLPRIVATE SfxModelessDialog(SfxModelessDialog &); // not defined
- SAL_DLLPRIVATE void operator =(SfxModelessDialog &); // not defined
+ SfxModelessDialog(SfxModelessDialog &) SAL_DELETED_FUNCTION;
+ void operator =(SfxModelessDialog &) SAL_DELETED_FUNCTION;
void Init(SfxBindings *pBindinx, SfxChildWindow *pCW);
@@ -126,8 +126,8 @@ class SFX2_DLLPUBLIC SfxFloatingWindow: public FloatingWindow
Size aSize;
SfxFloatingWindow_Impl* pImp;
- SAL_DLLPRIVATE SfxFloatingWindow(SfxFloatingWindow &); // not defined
- SAL_DLLPRIVATE void operator =(SfxFloatingWindow &); // not defined
+ SfxFloatingWindow(SfxFloatingWindow &) SAL_DELETED_FUNCTION;
+ void operator =(SfxFloatingWindow &) SAL_DELETED_FUNCTION;
protected:
SfxFloatingWindow( SfxBindings *pBindings,