summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/QueryViewSwitch.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-18 12:20:48 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-18 12:20:48 +0000
commit9ce82b1d8ec23058541f04de55c893abe084429e (patch)
tree38b0ea931bf6defa737f586fc2004042ab0e19d1 /dbaccess/source/ui/inc/QueryViewSwitch.hxx
parentforget to delete some vars (diff)
downloadcore-9ce82b1d8ec23058541f04de55c893abe084429e.tar.gz
core-9ce82b1d8ec23058541f04de55c893abe084429e.zip
#83861# enable copy/paste/cut
Diffstat (limited to 'dbaccess/source/ui/inc/QueryViewSwitch.hxx')
-rw-r--r--dbaccess/source/ui/inc/QueryViewSwitch.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/QueryViewSwitch.hxx b/dbaccess/source/ui/inc/QueryViewSwitch.hxx
index bc13c55a829d..e5bc3cf2b645 100644
--- a/dbaccess/source/ui/inc/QueryViewSwitch.hxx
+++ b/dbaccess/source/ui/inc/QueryViewSwitch.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryViewSwitch.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-02-28 10:10:37 $
+ * last change: $Author: oj $ $Date: 2001-04-18 13:19:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,8 @@ namespace dbaui
virtual ~OQueryViewSwitch();
virtual sal_Bool isCutAllowed();
+ virtual sal_Bool isPasteAllowed();
+ virtual sal_Bool isCopyAllowed();
virtual void copy();
virtual void cut();
virtual void paste();