diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-19 16:57:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-19 16:57:12 +0000 |
commit | 2facbebb88fe72614d566c3187c8f86c5c61f8bd (patch) | |
tree | 911e686d46d917817914961e4fb3e00a89371174 /dbaccess/source/ui/control/marktree.cxx | |
parent | 167b3dbf8d7756705441faa8be21dd9f6afe5c5b (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'dbaccess/source/ui/control/marktree.cxx')
-rw-r--r-- | dbaccess/source/ui/control/marktree.cxx | 35 |
1 files changed, 2 insertions, 33 deletions
diff --git a/dbaccess/source/ui/control/marktree.cxx b/dbaccess/source/ui/control/marktree.cxx index 977ab814d860..302b4e0f9fc1 100644 --- a/dbaccess/source/ui/control/marktree.cxx +++ b/dbaccess/source/ui/control/marktree.cxx @@ -2,9 +2,9 @@ * * $RCSfile: marktree.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: oj $ $Date: 2002-08-19 07:41:26 $ + * last change: $Author: hr $ $Date: 2003-03-19 17:52:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -355,34 +355,3 @@ SvLBoxEntry* OMarkableTreeListBox::GetEntryPosByName(const String& aName,SvLBoxE } // namespace dbaui //......................................................................... -/************************************************************************* - * history: - * $Log: not supported by cvs2svn $ - * Revision 1.8 2002/07/22 07:37:42 oj - * #101514# remove resource entries for PLUS and MINUS - * - * Revision 1.7 2002/05/24 09:54:45 gt - * #99251# use of default images from SvLBoxButtonData - * - * Revision 1.6 2002/04/29 08:49:26 oj - * #98772# hi contrast changes - * - * Revision 1.5 2001/06/20 09:53:46 fs - * #88485# corrected implDetermineState for a special case - * - * Revision 1.4 2001/04/27 08:10:27 fs - * +implDeterminedState - needed to correctly implement CheckButtons - * - * Revision 1.3 2001/01/30 08:30:11 fs - * +checkedButton_noBroadcast - * - * Revision 1.2 2000/10/09 12:34:33 fs - * use a different font when painting a disabled control - * - * Revision 1.1 2000/10/05 10:00:43 fs - * initial checkin - * - * - * Revision 1.0 28.09.00 13:22:30 fs - ************************************************************************/ - |