diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 15:07:00 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 15:07:00 +0000 |
commit | c7a182e7d97eea6f4ae83d67c60c67f75aeab660 (patch) | |
tree | dd4e2abaf25430cb6e6b5d46086a38b2811808df | |
parent | a2d6302dba5d21f495efeda23375366632997f9e (diff) |
INTEGRATION: CWS layoutmanager (1.7.224); FILE MERGED
2004/02/19 15:04:41 cd 1.7.224.3: RESYNC: (1.9-1.10); FILE MERGED
2004/01/29 11:41:43 cd 1.7.224.2: RESYNC: (1.7-1.9); FILE MERGED
2003/12/19 08:02:57 cd 1.7.224.1: #111899# Removed obsolete slot
-rw-r--r-- | svx/source/form/tbxform.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/form/tbxform.cxx b/svx/source/form/tbxform.cxx index fc6f06dd126a..f83240b4b126 100644 --- a/svx/source/form/tbxform.cxx +++ b/svx/source/form/tbxform.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tbxform.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2004-02-03 19:12:07 $ + * last change: $Author: kz $ $Date: 2004-02-25 16:07:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -300,7 +300,6 @@ void SvxFmTbxCtlConfig::StateChanged(USHORT nSID, SfxItemState eState, const Sfx case SID_FM_GROUPBOX: case SID_FM_LISTBOX: case SID_FM_COMBOBOX: - case SID_FM_URLBUTTON: case SID_FM_EDIT: case SID_FM_DBGRID: case SID_FM_IMAGEBUTTON: |