summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TEditControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TEditControl.hxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TEditControl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/TEditControl.hxx b/dbaccess/source/ui/tabledesign/TEditControl.hxx
index 28bb1acc977e..e6ee1332318f 100644
--- a/dbaccess/source/ui/tabledesign/TEditControl.hxx
+++ b/dbaccess/source/ui/tabledesign/TEditControl.hxx
@@ -152,9 +152,9 @@ namespace dbaui
virtual void Init() override;
virtual void DeactivateCell(bool bUpdate = true) override;
- bool IsCutAllowed( long nRow = -1 );
- bool IsCopyAllowed( long nRow = -1 );
- bool IsPasteAllowed( long nRow = -1 );
+ bool IsCutAllowed();
+ bool IsCopyAllowed();
+ bool IsPasteAllowed();
bool IsReadOnly() { return bReadOnly;}
OFieldDescription* GetFieldDescr( long nRow );