diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-04-18 12:20:48 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-04-18 12:20:48 +0000 |
commit | 9ce82b1d8ec23058541f04de55c893abe084429e (patch) | |
tree | 38b0ea931bf6defa737f586fc2004042ab0e19d1 /dbaccess/source/ui/inc/queryview.hxx | |
parent | defd0d0deb4a3a0c7a3b7ad68d69ee6af4a3204c (diff) |
#83861# enable copy/paste/cut
Diffstat (limited to 'dbaccess/source/ui/inc/queryview.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/queryview.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/queryview.hxx b/dbaccess/source/ui/inc/queryview.hxx index b06032181d9d..1b13c70eebc9 100644 --- a/dbaccess/source/ui/inc/queryview.hxx +++ b/dbaccess/source/ui/inc/queryview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: queryview.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2001-02-28 10:10:02 $ + * 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 @@ -74,7 +74,9 @@ namespace dbaui OQueryView(Window* pParent, OQueryController* _pController,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& ); virtual ~OQueryView(); - virtual sal_Bool isCutAllowed() = 0; + virtual sal_Bool isCutAllowed() = 0; + virtual sal_Bool isPasteAllowed() = 0; + virtual sal_Bool isCopyAllowed() = 0; virtual void copy() = 0; virtual void cut() = 0; virtual void paste() = 0; |