summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/popbox.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 14:22:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 14:22:59 +0000
commit47e8864002b2561ed7eed6798e4e58f5776de1b9 (patch)
tree29d5c25d886066ac78ff17171b11d7e8500f9939 /sw/source/ui/inc/popbox.hxx
parentINTEGRATION: CWS swusing (1.21.36); FILE MERGED (diff)
downloadcore-47e8864002b2561ed7eed6798e4e58f5776de1b9.tar.gz
core-47e8864002b2561ed7eed6798e4e58f5776de1b9.zip
INTEGRATION: CWS swusing (1.5.36); FILE MERGED
2007/10/10 14:15:12 tl 1.5.36.1: #i82476# make newly added 'using' declarations private
Diffstat (limited to 'sw/source/ui/inc/popbox.hxx')
-rw-r--r--sw/source/ui/inc/popbox.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/inc/popbox.hxx b/sw/source/ui/inc/popbox.hxx
index 92ebf67e1af0..1c1a53f3a275 100644
--- a/sw/source/ui/inc/popbox.hxx
+++ b/sw/source/ui/inc/popbox.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: popbox.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 12:07:47 $
+ * last change: $Author: vg $ $Date: 2007-10-22 15:22:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,12 +49,15 @@ class SwHelpToolBox: public ToolBox, public DropTargetHelper
{
Link aDoubleClickLink;
Link aRightClickLink; // Link bekommt MouseEvent als Parameter !!!
+
+ using ToolBox::DoubleClick;
+
protected:
virtual void MouseButtonDown(const MouseEvent &rEvt);
- using ToolBox::DoubleClick;
virtual long DoubleClick(ToolBox *);
virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
+
public:
SwHelpToolBox(SwNavigationPI* pParent, const ResId &);
~SwHelpToolBox();