diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:23:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:23:20 +0000 |
commit | 709d767ca08bf542715ed97207b5234f0099ad55 (patch) | |
tree | 7a1d439f376e3f5ea1be43f108b4f0d8d3dfd23d /forms/source/inc | |
parent | c3a3264a43148ebc480d30a3e39857b38a75a27c (diff) |
INTEGRATION: CWS dba30b (1.3.238); FILE MERGED
2008/04/15 21:53:02 fs 1.3.238.2: RESYNC: (1.3-1.4); FILE MERGED
2008/02/26 08:28:58 fs 1.3.238.1: remove unused code
Issue number: #i86305#
Submitted by: cmc@openoffice.org
Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'forms/source/inc')
-rw-r--r-- | forms/source/inc/componenttools.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/forms/source/inc/componenttools.hxx b/forms/source/inc/componenttools.hxx index eb81ba856342..049fdc7ffbaa 100644 --- a/forms/source/inc/componenttools.hxx +++ b/forms/source/inc/componenttools.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: componenttools.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -92,13 +92,6 @@ namespace frm const TypeSequence& _rTypes3, const TypeSequence& _rTypes4 ); - TypeBag( - const TypeSequence& _rTypes1, - const TypeSequence& _rTypes2, - const TypeSequence& _rTypes3, - const TypeSequence& _rTypes4, - const TypeSequence& _rTypes5 - ); void addTypes( const TypeSequence& _rTypes ); |