summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/JAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/JAccess.hxx')
-rw-r--r--dbaccess/source/ui/inc/JAccess.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/JAccess.hxx b/dbaccess/source/ui/inc/JAccess.hxx
index b2ccaf15679c..d9642901a1e3 100644
--- a/dbaccess/source/ui/inc/JAccess.hxx
+++ b/dbaccess/source/ui/inc/JAccess.hxx
@@ -38,7 +38,7 @@ namespace dbaui
/** isEditable returns the current editable state
@return true if the controller is not readonly otherwise false
*/
- virtual bool isEditable() const;
+ bool isEditable() const;
public:
/** OJoinDesignViewAccess needs a valid view
*/