summaryrefslogtreecommitdiff
path: root/include/dbaccess/dbsubcomponentcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/dbsubcomponentcontroller.hxx')
-rw-r--r--include/dbaccess/dbsubcomponentcontroller.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/dbaccess/dbsubcomponentcontroller.hxx b/include/dbaccess/dbsubcomponentcontroller.hxx
index 798a655e81e0..e3562a749d33 100644
--- a/include/dbaccess/dbsubcomponentcontroller.hxx
+++ b/include/dbaccess/dbsubcomponentcontroller.hxx
@@ -76,6 +76,7 @@ namespace dbaui
virtual void impl_onModifyChanged();
public:
+ DBSubComponentController() = delete;
bool isReadOnly() const;
bool isEditable() const;
@@ -188,9 +189,6 @@ namespace dbaui
protected:
sal_Int32 getCurrentStartNumber() const;
-
- private:
- DBSubComponentController(); // never implemented
};