summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableDesignControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/TableDesignControl.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableDesignControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/TableDesignControl.hxx b/dbaccess/source/ui/inc/TableDesignControl.hxx
index 8aab2d345655..8c05358d207d 100644
--- a/dbaccess/source/ui/inc/TableDesignControl.hxx
+++ b/dbaccess/source/ui/inc/TableDesignControl.hxx
@@ -65,9 +65,9 @@ namespace dbaui
virtual void InsertRows( long nRow ) = 0;
virtual void InsertNewRows( long nRow ) = 0;
- virtual bool IsPrimaryKeyAllowed( long nRow ) = 0;
+ virtual bool IsPrimaryKeyAllowed() = 0;
virtual bool IsInsertNewAllowed( long nRow ) = 0;
- virtual bool IsDeleteAllowed( long nRow ) = 0;
+ virtual bool IsDeleteAllowed() = 0;
virtual RowStatus GetRowStatus(long nRow) const override;
virtual void KeyInput(const KeyEvent& rEvt) override;