Tag: cws_src680_dba201b User: fs Date: 05/08/08 05:23:17 Modified: /dba/dbaccess/source/ui/app/ AppController.cxx
Log: merging a (lost) fix from CWS dba201a File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.20.26.6&r2=1.20.26.7 Delta lines: +4 -3 ------------------- --- AppController.cxx 8 Aug 2005 12:04:58 -0000 1.20.26.6 +++ AppController.cxx 8 Aug 2005 12:23:14 -0000 1.20.26.7 @@ -2,9 +2,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.20.26.6 $ + * $Revision: 1.20.26.7 $ * - * last change: $Author: oj $ $Date: 2005/08/08 12:04:58 $ + * last change: $Author: fs $ $Date: 2005/08/08 12:23:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -988,6 +988,7 @@ } break; case E_QUERY: + if ( getViewClipboard().HasFormat(SOT_FORMATSTR_ID_DBACCESS_QUERY) ) paste( E_QUERY,ODataAccessObjectTransferable::extractObjectDescriptor(aTransferData) ); break; default: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
