summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/brwctrlr.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-01 09:12:04 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-01 09:12:04 +0000
commitd34293673f617e55ef2ab2a771f477da3e9f5f2f (patch)
tree8d6768248f54b2133821201ce43ae7ce1c179957 /dbaccess/source/ui/inc/brwctrlr.hxx
parentINTEGRATION: CWS oj5 (1.64.60); FILE MERGED (diff)
downloadcore-d34293673f617e55ef2ab2a771f477da3e9f5f2f.tar.gz
core-d34293673f617e55ef2ab2a771f477da3e9f5f2f.zip
INTEGRATION: CWS oj5 (1.22.52); FILE MERGED
2004/05/18 14:20:15 oj 1.22.52.2: RESYNC: (1.22-1.23); FILE MERGED 2003/07/09 12:20:07 oj 1.22.52.1: #i15027# new virtual methods called before and after drop in grid
Diffstat (limited to 'dbaccess/source/ui/inc/brwctrlr.hxx')
-rw-r--r--dbaccess/source/ui/inc/brwctrlr.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx
index 4ab8276205fb..a1c9a106e8a2 100644
--- a/dbaccess/source/ui/inc/brwctrlr.hxx
+++ b/dbaccess/source/ui/inc/brwctrlr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: brwctrlr.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 13:07:25 $
+ * last change: $Author: obo $ $Date: 2004-06-01 10:12:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -296,6 +296,8 @@ namespace dbaui
virtual void SelectionChanged();
virtual void CellActivated();
virtual void CellDeactivated();
+ virtual void BeforeDrop();
+ virtual void AfterDrop();
protected:
virtual ~SbaXDataBrowserController();