INTEGRATION: CWS dba30 (1.33.16); FILE MERGED
2006/07/19 13:00:41 fs 1.33.16.3: RESYNC: (1.34-1.35); FILE MERGED 2006/04/20 06:51:49 oj 1.33.16.2: RESYNC: (1.33-1.34); FILE MERGED 2005/12/15 08:56:53 fs 1.33.16.1: refined the clipboard handling, to removed potential problems found during #124875#
This commit is contained in:
parent
7e3260df62
commit
eb5c1f8f28
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: brwctrlr.hxx,v $
|
||||
*
|
||||
* $Revision: 1.35 $
|
||||
* $Revision: 1.36 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 03:16:07 $
|
||||
* last change: $Author: hr $ $Date: 2006-08-15 10:53:05 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -386,7 +386,7 @@ namespace dbaui
|
|||
void addColumnListeners(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & _xGridControlModel);
|
||||
|
||||
// time to check the CUT/COPY/PASTE-slot-states
|
||||
DECL_LINK( OnInvalidateClipboard, void* );
|
||||
DECL_LINK( OnInvalidateClipboard, AutoTimer* );
|
||||
DECL_LINK( OnClipboardChanged, void* );
|
||||
|
||||
// search callbacks
|
||||
|
|
Loading…
Reference in a new issue