summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/ui/cctrl/popbox.cxx77
-rw-r--r--sw/source/ui/inc/condedit.hxx6
-rw-r--r--sw/source/ui/inc/popbox.hxx8
-rw-r--r--sw/source/ui/utlui/condedit.cxx41
4 files changed, 22 insertions, 110 deletions
diff --git a/sw/source/ui/cctrl/popbox.cxx b/sw/source/ui/cctrl/popbox.cxx
index bb723a4b1c72..2513e9bb66f6 100644
--- a/sw/source/ui/cctrl/popbox.cxx
+++ b/sw/source/ui/cctrl/popbox.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: popbox.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:32 $
+ * last change: $Author: os $ $Date: 2001-07-05 10:07:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,72 +111,15 @@ long SwHelpToolBox::DoubleClick( ToolBox* pCaller )
SwHelpToolBox::~SwHelpToolBox() {}
-BOOL SwHelpToolBox::Drop( const DropEvent& rEvt)
-{
- return GetParent()->Drop(rEvt);
-}
-
-
-BOOL SwHelpToolBox::QueryDrop( DropEvent& rEvt)
-{
- return GetParent()->QueryDrop(rEvt);
-}
-
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.17 2000/09/18 16:05:12 willem.vandorp
- OpenOffice header added.
-
- Revision 1.16 2000/04/11 08:03:01 os
- UNICODE
-
- Revision 1.15 1997/11/03 12:09:46 MA
- precomp entfernt
-
-
- Rev 1.14 03 Nov 1997 13:09:46 MA
- precomp entfernt
-
- Rev 1.13 28 Aug 1996 08:23:42 OS
- includes
-
- Rev 1.12 19 Jun 1996 14:57:58 OS
- +Drop/QueryDrop
-
- Rev 1.11 16 Apr 1996 17:03:48 OM
- Unbenutzten Ctor entfernt
-
- Rev 1.10 24 Nov 1995 16:57:38 OM
- PCH->PRECOMPILED
-
- Rev 1.9 07 Jul 1995 09:27:26 OM
- Mouse_Contextmenu entfernt
-
- Rev 1.8 06 Jul 1995 22:52:36 ER
- Hack wg. MOUSE_CONTEXTMENU
-
- Rev 1.7 09 Mar 1995 14:46:30 MA
- Aufgeraeumt
-
- Rev 1.6 04 Mar 1995 23:14:18 ER
- Help::EnableBalloonMode() hammernichmehr
-
- Rev 1.5 25 Jan 1995 17:13:58 OS
- Timerinstrumentierung
-
- Rev 1.4 09 Jan 1995 16:24:12 ER
- del: initui hxx
-
- Rev 1.3 25 Oct 1994 14:55:16 ER
- add: PCH
-
- Rev 1.2 19 Oct 1994 13:14:08 MA
- Syntax
+//BOOL SwHelpToolBox::Drop( const DropEvent& rEvt)
+//{
+// return GetParent()->Drop(rEvt);
+//}
- Rev 1.1 19 Oct 1994 12:21:12 MA
- SV-ChangeXXX -> SetXXX.
-------------------------------------------------------------------------*/
+//BOOL SwHelpToolBox::QueryDrop( DropEvent& rEvt)
+//{
+// return GetParent()->QueryDrop(rEvt);
+//}
diff --git a/sw/source/ui/inc/condedit.hxx b/sw/source/ui/inc/condedit.hxx
index 29b0d3ba6e95..f85f495f5084 100644
--- a/sw/source/ui/inc/condedit.hxx
+++ b/sw/source/ui/inc/condedit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: condedit.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:39 $
+ * last change: $Author: os $ $Date: 2001-07-05 10:06:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@ class ConditionEdit : public Edit
{
BOOL bBrackets;
- virtual BOOL QueryDrop( DropEvent& rEvt );
+// virtual BOOL QueryDrop( DropEvent& rEvt );
public:
ConditionEdit( Window* pParent, const ResId& rResId );
diff --git a/sw/source/ui/inc/popbox.hxx b/sw/source/ui/inc/popbox.hxx
index c7091ae15e3a..e6c7e412fc48 100644
--- a/sw/source/ui/inc/popbox.hxx
+++ b/sw/source/ui/inc/popbox.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: popbox.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:41 $
+ * last change: $Author: os $ $Date: 2001-07-05 10:06:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,8 +73,8 @@ class SwHelpToolBox: public ToolBox
protected:
virtual void MouseButtonDown(const MouseEvent &rEvt);
virtual long DoubleClick(ToolBox *);
- virtual BOOL Drop( const DropEvent& rEvt);
- virtual BOOL QueryDrop( DropEvent& rEvt);
+// virtual BOOL Drop( const DropEvent& rEvt);
+// virtual BOOL QueryDrop( DropEvent& rEvt);
public:
SwHelpToolBox(Window* pParent, const ResId &);
~SwHelpToolBox();
diff --git a/sw/source/ui/utlui/condedit.cxx b/sw/source/ui/utlui/condedit.cxx
index e050dbc6aade..c188de0a8724 100644
--- a/sw/source/ui/utlui/condedit.cxx
+++ b/sw/source/ui/utlui/condedit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: condedit.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:49 $
+ * last change: $Author: os $ $Date: 2001-07-05 10:07:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,14 +92,14 @@ ConditionEdit::ConditionEdit( Window* pParent, const ResId& rResId ) :
Edit( pParent, rResId ),
bBrackets(TRUE)
{
- EnableDrop();
+// EnableDrop();
}
/*--------------------------------------------------------------------
Beschreibung: Drop moeglich, bzw Format bekannt?
--------------------------------------------------------------------*/
-BOOL ConditionEdit::QueryDrop( DropEvent& rDEvt )
+/*BOOL ConditionEdit::QueryDrop( DropEvent& rDEvt )
{
rDEvt.SetAction(DROP_COPY);
@@ -143,37 +143,6 @@ BOOL ConditionEdit::QueryDrop( DropEvent& rDEvt )
return Edit::QueryDrop( rDEvt );
}
-
-/*************************************************************************
-
- Source Code Control System - History
-
- $Log: not supported by cvs2svn $
- Revision 1.7 2000/09/18 16:06:17 willem.vandorp
- OpenOffice header added.
-
- Revision 1.6 2000/04/18 15:14:08 os
- UNICODE
-
- Revision 1.5 2000/02/11 15:00:29 hr
- #70473# changes for unicode ( patched by automated patchtool )
-
- Revision 1.4 1998/11/17 21:18:48 JP
- Task #59398#: ClipboardFormatId Umstellungen
-
-
- Rev 1.3 17 Nov 1998 22:18:48 JP
- Task #59398#: ClipboardFormatId Umstellungen
-
- Rev 1.2 18 May 1998 14:53:24 OM
- #50001 Keine eckigen Klammern in DB-Condition-Fields
-
- Rev 1.1 12 Mar 1998 16:32:42 OM
- Datenbanknamen in eckigen Klammern bei Drop
-
- Rev 1.0 19 Nov 1997 16:21:42 OM
- Initial revision.
-
-*************************************************************************/
+*/