summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:34:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:05 +0100
commitadd9dae7035a86204def97a953c75e26f313c51c (patch)
tree68121740d18bf6ebe919ae1b953cd51e54ab5639 /vcl/unx/kde4
parent2cebd4d0860c7bf3d601023b942fdbe1a522d33a (diff)
loplugin:deletedspecial
Change-Id: I9ea64443350ed2e1341b99270fa8b29189f07eb2
Diffstat (limited to 'vcl/unx/kde4')
-rw-r--r--vcl/unx/kde4/KDE4FilePicker.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/unx/kde4/KDE4FilePicker.hxx b/vcl/unx/kde4/KDE4FilePicker.hxx
index 7ac1d2e223ad..5292a3eb55e4 100644
--- a/vcl/unx/kde4/KDE4FilePicker.hxx
+++ b/vcl/unx/kde4/KDE4FilePicker.hxx
@@ -219,9 +219,8 @@ Q_SIGNALS:
void checkProtocolSignal();
private:
- // prevent copy and assignment
- KDE4FilePicker( const KDE4FilePicker& );
- KDE4FilePicker& operator=( const KDE4FilePicker& );
+ KDE4FilePicker( const KDE4FilePicker& ) SAL_DELETED_FUNCTION;
+ KDE4FilePicker& operator=( const KDE4FilePicker& ) SAL_DELETED_FUNCTION;
//add a custom control widget to the file dialog
void addCustomControl(sal_Int16 controlId);