diff options
author | Oliver Specht <os@openoffice.org> | 2002-12-05 11:47:59 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-12-05 11:47:59 +0000 |
commit | 52968201b49547aee91c8da10505f2b04f09c6b7 (patch) | |
tree | a58dc0dd3ea058cc6b4d941f0779aefacbe0b302 /sw/source/ui/cctrl/actctrl.cxx | |
parent | 21635c3511c0bee712929eecadb49eae885575ea (diff) |
#106005# Change log removed
Diffstat (limited to 'sw/source/ui/cctrl/actctrl.cxx')
-rw-r--r-- | sw/source/ui/cctrl/actctrl.cxx | 90 |
1 files changed, 2 insertions, 88 deletions
diff --git a/sw/source/ui/cctrl/actctrl.cxx b/sw/source/ui/cctrl/actctrl.cxx index c470b79d88e8..0aacdd2456d1 100644 --- a/sw/source/ui/cctrl/actctrl.cxx +++ b/sw/source/ui/cctrl/actctrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: actctrl.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: 2002-12-05 12:43:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -141,91 +141,5 @@ void NoSpaceEdit::Modify() GetModifyHdl().Call(this); } -/************************************************************************* - - $Log: not supported by cvs2svn $ - Revision 1.67 2000/09/18 16:05:12 willem.vandorp - OpenOffice header added. - - Revision 1.66 2000/07/10 09:25:33 os - #76692# check CharCode first - - Revision 1.65 2000/02/21 07:16:20 os - #73223# Call ModifyHdl in ::Modify - - Revision 1.64 2000/02/11 14:46:03 os - #71914# Check content in ::Modify - - Revision 1.63 2000/02/01 10:08:25 os - #71914# forbidden chars in table names: <>. and space - - Revision 1.62 1999/06/10 07:45:50 OS - NoSpaceEdit: illegal characters can be set - - - Rev 1.61 10 Jun 1999 09:45:50 OS - NoSpaceEdit: illegal characters can be set - - Rev 1.60 05 Nov 1998 10:43:42 OS - #58990# Notify sollte richtig auf KEYINPUT reagieren - - Rev 1.59 21 Apr 1998 08:43:20 OS - NoSpaceEdit, TableNameEdit hierher verschoben - - Rev 1.58 30 Mar 1998 18:46:04 TJ - chg: header wg. internal Comperror - - Rev 1.57 12 Nov 1997 17:29:42 MBA - SP3:Notify,EVENT_KEYUP - - Rev 1.56 03 Nov 1997 13:09:44 MA - precomp entfernt - - Rev 1.55 17 Oct 1997 08:22:12 OS - Notify anstelle von KeyInput ueberladen #44732# - - Rev 1.54 13 Feb 1997 16:36:26 MA - NameEdit entfernt - - Rev 1.53 28 Aug 1996 08:23:40 OS - includes - - Rev 1.52 24 Nov 1995 16:57:36 OM - PCH->PRECOMPILED - - Rev 1.51 08 Nov 1995 10:18:32 OS - switch => if, keine member -> kein DTOR - - Rev 1.50 12 Oct 1995 15:27:26 MA - Klasse EditAction entfernt - - Rev 1.49 21 Mar 1995 19:00:08 OS - EditAction wieder drin - - Rev 1.48 20 Mar 1995 19:05:22 OS - unbenutzte Funktionen entfernt - - Rev 1.47 15 Mar 1995 11:01:46 MS - n.b. Ctors entfernt - - Rev 1.46 15 Mar 1995 10:36:46 MS - ActionControlls reduziert - - Rev 1.45 04 Mar 1995 23:13:30 ER - Help::EnableBalloonMode() hammernichmehr - - Rev 1.44 07 Feb 1995 19:23:44 ER - #elif UNX wird vielleicht wahr werden oder auch nicht.. - - Rev 1.43 09 Jan 1995 16:17:44 ER - del: ctype h - - Rev 1.42 25 Oct 1994 14:55:18 ER - add: PCH - - Rev 1.41 22 Aug 1994 08:17:32 MS - SPoints entfernt - -*************************************************************************/ |