summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-04 14:23:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-04 14:24:47 +0200
commitd916619658a2486ee8cdb5d819a6f0308ee07ccf (patch)
treedc7e09a2961da18829ed8dfbd6ea37a23f1e4259 /include/dbaccess
parenttdf#62525 vcl: use cow_wrapper for wall (diff)
downloadcore-d916619658a2486ee8cdb5d819a6f0308ee07ccf.tar.gz
core-d916619658a2486ee8cdb5d819a6f0308ee07ccf.zip
No need to explicitly delete ctor the compiler wouldn't implicitly declare
Change-Id: Idd0e764765bd76e1f6a2d8ec6e18ebac27b91ec6
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/dbsubcomponentcontroller.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dbaccess/dbsubcomponentcontroller.hxx b/include/dbaccess/dbsubcomponentcontroller.hxx
index e3562a749d33..5805bdc0ee73 100644
--- a/include/dbaccess/dbsubcomponentcontroller.hxx
+++ b/include/dbaccess/dbsubcomponentcontroller.hxx
@@ -76,8 +76,6 @@ namespace dbaui
virtual void impl_onModifyChanged();
public:
- DBSubComponentController() = delete;
-
bool isReadOnly() const;
bool isEditable() const;
void setEditable(bool _bEditable);