summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/content.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:20:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:20:45 +0000
commit69a9568b683bd4a7edc7edcb58e90f8edf547265 (patch)
tree9a5e20dd0d41d627fa6681fad2beb2d89242f9ae /sc/source/ui/inc/content.hxx
parent2c105a8ac85e57190b80af991d82390a1f7794d8 (diff)
INTEGRATION: CWS calcwarnings (1.11.208); FILE MERGED
2006/12/14 17:57:11 nn 1.11.208.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:32 nn 1.11.208.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc/source/ui/inc/content.hxx')
-rw-r--r--sc/source/ui/inc/content.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx
index 0f933bbb7e4a..3efcc14d58a2 100644
--- a/sc/source/ui/inc/content.hxx
+++ b/sc/source/ui/inc/content.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: content.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-03-27 10:07:44 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:20:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -132,13 +132,15 @@ class ScContentTree : public SvTreeListBox
ScDocument* GetSourceDocument();
- DECL_LINK( DoubleClickHdl, ScContentTree* );
+ DECL_LINK( ContentDoubleClickHdl, ScContentTree* );
DECL_STATIC_LINK( ScContentTree, ExecDragHdl, void* );
protected:
// virtual BOOL Drop( const DropEvent& rEvt );
// virtual BOOL QueryDrop( DropEvent& rEvt );
+ using SvTreeListBox::ExecuteDrop;
+
virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );