Commit Graph

53 Commits

Author SHA1 Message Date
Caolán McNamara
9a063d325f cppcheck: object destroyed immediately 2011-01-17 12:33:02 +00:00
Norbert Thiebaud
25ecc1fd1a merge vosremoval-reference.diff 2010-10-25 17:54:56 -05:00
Gil Forcada
1aa44a7761 Removed comments, trailing spaces and death code 2010-10-13 12:18:30 +02:00
Sebastian Spaeth
6450d1a7f5 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:12 +02:00
Rubén Jáñez
910a1f688b Removes some bogus comments found in Base. 2010-10-11 10:39:25 +01:00
Petr Mladek
dc8c15ae62 remove include guards using fixguard.py 2010-10-05 17:58:28 +02:00
Frank Schoenheit [fs]
b6693080a1 dba33f: merge with m76-branch 2010-04-16 13:55:24 +02:00
Frank Schoenheit [fs]
c73b3e8ea9 autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore. 2010-03-11 11:26:05 +01:00
Jens-Heiner Rechtien
1708f6091b changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Ocke Janssen [oj]
cea09e968c dba33f: #i108548# handle Label property from parse column and rowsetcolumn 2010-01-22 10:31:43 +01:00
Ocke Janssen [oj]
d4d5d883ec dba33f: #i108548# extend SingleSelectQueryComposer appendFilterByColumn with additonal parameter 2010-01-22 08:14:22 +01:00
Ocke Janssen [oj]
79958d9c6f enable hierachical queries 2010-01-07 09:06:53 +01:00
Ocke Janssen [oj]
6f4bc5831a dba33e: #i107717# allow the command definition to define the column names which should be shown 2009-12-21 14:42:31 +01:00
Frank Schönheit [fs]
7d04c34fe0 final step for #i67020# 2009-11-03 14:53:24 +01:00
Frank Schönheit [fs]
b6b8881b12 one step towards fixing issue #i67022#:
query columns now use the ColumnSettings of the underlying table column, if
- this table column can be determined
- the query column doesn't have own settings (which would overrule the table col settings)

However, we're not there, yet: Changing the settings of the table column is not reflected
in the query column until closing and re-opening the database document. That's up to a next
implementation step.
2009-11-03 10:43:12 +01:00
Kurt Zenker
4044f96898 CWS-TOOLING: integrate CWS evoab2def
2009-05-28 16:00:19 +0200 fs  r272412 : don't use createFalse - Evo 2.22 simply hangs when ask for all contacts without a first name. Instead, in the WHERE 0=1 case, simply create an empty result set
2009-05-22 14:25:51 +0200 fs  r272193 : #i10000#
2009-05-22 14:25:37 +0200 fs  r272192 : oops, ENABLE_EVOAB2 for some platforms only, not generically
2009-05-22 14:19:00 +0200 fs  r272191 : #i10000#
2009-05-22 12:42:38 +0200 fs  r272183 : when sorting, properly use a syslocale collator, instead of comparing the numerical values of the string's UTF-16 code points
2009-05-20 15:09:00 +0200 fs  r272131 : clear/getWarnings: also allowed without cache
2009-05-20 14:11:19 +0200 fs  r272128 : removed debug traces
2009-05-20 14:03:31 +0200 fs  r272126 : #i55701# +STR_SORT_BY_COL_ONLY
2009-05-20 14:02:29 +0200 fs  r272125 : implement sorting
2009-05-20 10:10:19 +0200 fs  r272107 : #i10000#
2009-05-19 16:02:17 +0200 fs  r272089 : #i10000#
2009-05-19 16:02:02 +0200 fs  r272088 : #i55701# strings for new error condition DATA_CANNOT_SELECT_UNFILTERED
2009-05-19 16:01:31 +0200 fs  r272087 : #i55701# use DATA_CANNOT_SELECT_UNFILTERED as standardized error code
2009-05-19 15:59:59 +0200 fs  r272086 : #i55701# +DATA_CANNOT_SELECT_UNFILTERED
2009-05-19 15:46:12 +0200 fs  r272084 : #i55701# recognize the DATA_CANNOT_SELECT_UNFILTERED error condition, and allow filtering in this case, even when the result set is empty
2009-05-19 09:06:50 +0200 fs  r272059 : merging changes from CWS dba32b, to prevent future conflicts with upcoming local changes
2009-05-18 21:48:58 +0200 fs  r272054 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing
2009-05-18 21:48:42 +0200 fs  r272053 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing
2009-05-18 21:47:41 +0200 fs  r272052 : +setExternalWarnings
2009-05-18 21:47:12 +0200 fs  r272051 : #i55701# when re/loading the form, display any possible warnings
2009-05-18 21:43:26 +0200 fs  r272050 : #i55701# implement XWarningsSupplier, exposing the warnings of our result set
2009-05-18 21:42:51 +0200 fs  r272049 : #i55701# implement XWarningsSupplier, exposing the warnings of our aggregate RowSet
2009-05-18 17:53:59 +0200 fs  r272041 : #i55701# moved the (I)WarningsContainer from dbaccess to connectivity, to be able to use it in the latter module, too
2009-05-18 17:24:10 +0200 fs  r272040 : #i55701# properly enable the various Evolution types
2009-05-18 14:52:19 +0200 fs  r272024 : #i55701# properly enable the Evolution types
2009-05-18 13:57:10 +0200 fs  r272018 : fixed/extended whereAnalysis (column searching still not enabled, as neither LIKE nor = seem to work with my (somewhat older) Evolution version)
2009-05-18 13:56:08 +0200 fs  r272017 : extended showParseTree
2009-05-18 13:55:25 +0200 fs  r272016 : extended showParseTree
2009-05-18 11:40:16 +0200 fs  r272008 : #i55701#
2009-05-18 11:39:02 +0200 fs  r272006 : let the PreparedStatement return proper meta data, too
2009-05-18 10:05:37 +0200 fs  r271999 : moved the XStatement interface to from OCommonStatement to OStatement - the former class is also the base for other classes which should not have this interface
2009-05-15 21:53:22 +0200 fs  r271973 : collectColumnInformation: report invalid meta data as assertion
2009-05-15 21:51:40 +0200 fs  r271972 : showParseTree should be const
2009-05-15 21:51:26 +0200 fs  r271971 : showParseTree should be const
2009-05-15 21:51:03 +0200 fs  r271970 : properly recognize the 'WHERE 0 = 1' clause, this way having proper statement meta data, this way saving much much calls from the DBA framework
2009-05-15 20:29:03 +0200 fs  r271969 : cleaned up the mess with the statement classes
2009-05-15 15:51:11 +0200 fs  r271944 : let the result set properly init its meta data
2009-05-15 15:29:54 +0200 fs  r271939 : proper property implementations for the resultset class
2009-05-15 15:01:31 +0200 fs  r271936 : proper property implementations for the statement class
2009-05-08 14:46:33 +0200 fs  r271717 : component_foo must be PUBLIC
2009-05-06 09:20:05 +0200 fs  r271565 : #i10000# (warnings on unxlngi6)
2009-05-06 09:01:30 +0200 fs  r271564 : #i101493#
2009-05-05 23:08:12 +0200 fs  r271560 : #i55701# merging the changes from the ancient (CVS-based) CWS evoab2default into this CWS here
2009-06-05 12:31:05 +00:00
Rüdiger Timm
568af9ac86 CWS-TOOLING: integrate CWS dba31d
2008-12-08 16:22:07 +0100 rt  r265005 : Remove DOS lineends
2008-12-05 13:56:24 +0100 fs  r264906 : #i10000# removed unreachable statement
2008-11-20 11:41:26 +0100 fs  r264037 : merged in the fix for #i95865# (it was wrongly committed to CWS dba32a, should have been here)
2008-11-20 11:34:24 +0100 fs  r264036 : line ends
2008-11-14 08:44:50 +0100 lla  r263665 : #i10000# comparsion between int and uint fixed
2008-11-13 13:31:12 +0100 lla  r263641 : #i10000# build problem fixed
2008-11-13 11:20:01 +0100 lla  r263625 : #i96130# hard code name of extension
2008-11-12 11:13:41 +0100 fs  r263582 : #i96096# when opening a SRB-report fails due to the missing SRB extension, log this as warning only, and proceed with the migration
2008-11-12 11:11:35 +0100 fs  r263581 : #i96096# ContentType handling. Now all contents deliver proper results in XContent::getContentType
2008-11-12 11:10:11 +0100 fs  r263580 : #i96096# new ctors taking UNO_QUERY_THROW
2008-11-11 10:10:13 +0100 lla  r263546 : CWS-TOOLING: rebase CWS dba31d to trunk@263288 (milestone: DEV300:m35)
2008-11-06 15:55:39 +0100 oj  r263393 : #i93452# get field from model fallbackis the name
2008-11-06 15:31:47 +0100 oj  r263392 : #i93465# remeber location of floating windows
2008-11-06 13:36:24 +0100 oj  r263381 : #i93450# check typemap for null
2008-11-06 13:28:49 +0100 oj  r263379 : #i93020# empty column list boxes when new relation should be created
2008-11-06 12:33:53 +0100 oj  r263377 : #i93012# set border to default : flat
2008-11-06 12:26:54 +0100 oj  r263375 : #i74927# do some less calls for odbc
2008-11-06 09:34:01 +0100 oj  r263362 : #i93383# grabFocus in suspend to get allmodified cells
2008-11-03 21:01:39 +0100 oj  r263308 : #i86739# check if slash can be valid for tables
2008-11-03 14:40:21 +0100 oj  r263287 : #i86739# check if slash can be valid for tables
2008-11-03 14:32:17 +0100 oj  r263286 : #i95227# column width 
2008-11-03 14:27:26 +0100 oj  r263285 : link fwe
2008-11-03 14:24:54 +0100 oj  r263284 : #i95235# changed to hold no ref only weak
2008-10-31 11:21:48 +0100 oj  r262859 : #i93459# set images add menu entry
2008-10-31 09:06:37 +0100 oj  r262851 : #i88629# correct fileopen filter for database odb files
2008-10-30 15:01:04 +0100 oj  r262828 : #i95229# set filter at the composer
2008-10-29 15:57:41 +0100 oj  r262817 : #i95235# changed to hold no ref only weak
2008-10-29 15:57:19 +0100 oj  r262816 : #i95235# changed to hold no ref only weak
2008-10-29 15:57:03 +0100 oj  r262815 : #i95235# changed to hold no ref only weak
2008-10-29 15:56:15 +0100 oj  r262814 : #i95235# filtermanger changed to hold no ref only weak
2008-10-29 10:32:39 +0100 oj  r262773 : #i93474# use correct table name
2008-10-28 13:49:33 +0100 lla  r262744 : #i95524# make an Invalidate and refresh on Tables
2008-10-28 10:45:02 +0100 fs  r262707 : line ends
2008-10-28 10:34:42 +0100 fs  r262706 : #i95522# don't expect the component to live in a TopWindow
2008-10-28 08:30:40 +0100 lla  r262696 : #i93176# set preview mode on view
2008-10-28 07:56:57 +0100 oj  r262694 : merge cvs svn
2008-10-27 14:13:51 +0100 oj  r262673 : #i94129# use dummy data
2008-10-27 12:38:45 +0100 fs  r262669 : #i94125# rework ScrollColumns
2008-10-23 15:53:57 +0200 oj  r262624 : #i94568# do not load the embeddedobj just copy the storage
2008-10-23 14:39:14 +0200 oj  r262622 : #i94129# handle chart correctly
2008-10-22 10:51:19 +0200 lla  r262582 : #i94115# problem with left walk chart shape fixed
2008-10-22 07:47:48 +0200 oj  r262576 : #i94455# rename now do not use remove insert
2008-10-22 07:47:27 +0200 oj  r262575 : #i94455# rename now do not use remove insert
2008-10-21 12:46:26 +0200 lla  r262567 : #i93845# extra check if default schema doesn't exists, fix assertion
2008-12-09 07:25:38 +00:00
Release Engineers
2363c96194 CWS-TOOLING: integrate CWS dba31e
2008-11-19 12:36:23 +0100 msc  r263980 : i96104
2008-11-19 12:31:19 +0100 msc  r263979 : i96104
2008-11-19 12:21:55 +0100 msc  r263977 : i96104
2008-11-19 12:18:53 +0100 msc  r263976 : i96104
2008-11-18 09:09:45 +0100 oj  r263746 : disable color entry when area is set
2008-11-18 08:37:52 +0100 oj  r263741 : #remove sub report entry
2008-11-17 11:20:25 +0100 fs  r263708 : #i10000#
2008-11-17 11:06:52 +0100 fs  r263706 : minimal version now is 3.1
2008-11-12 22:25:59 +0100 fs  r263621 : #i96150#
2008-11-12 22:20:02 +0100 fs  r263620 : rebased to m34
2008-11-12 21:39:41 +0100 fs  r263618 : MANUAL REBASE: rebase CWS dba31d to DEV300_m34
2008-11-12 13:54:58 +0100 fs  r263597 : #i96134# MediaDescriptor.URL is to be preferred over MediaDescriptor.FileName. Nonetheless, ensure both are handled
2008-11-12 13:53:40 +0100 fs  r263596 : #i96134# re-enabled the code for #i41897#, a better fix is to come
2008-11-12 12:48:21 +0100 fs  r263585 : #i96134# disable saving URLs of file-base databases relatively
2008-11-11 16:11:11 +0100 msc  r263566 : #i96104#
2008-11-05 09:09:47 +0100 oj  r263342 : #i88727# color noe added
2008-11-05 08:41:43 +0100 oj  r263341 : #i77916# zoom added
2008-11-04 21:24:15 +0100 fs  r263339 : disposing: call disposeAndClear without own mutex locked - some of our listeners insist on locking the SolarMutex, which sometimes led to deadlocks on the complex test cases
2008-11-04 21:23:15 +0100 fs  r263338 : remove SolarMutex locking - this happned in CWS dba31c (in the CVS version), which this CWS was created from, but seems to got lost during resync
2008-11-04 20:49:50 +0100 fs  r263335 : docu formatting
2008-11-04 20:06:39 +0100 fs  r263334 : #i95826# use m_aMutex, not a DocumentGuard (wrongly resolved merge conflicts)
2008-11-04 17:36:29 +0100 fs  r263332 : #i92688# properly revoke as XEventListener from m_xActiveController when disposing
2008-11-04 14:49:34 +0100 fs  r263324 : #i92322# enable Input Required if EmptyIsNULL does not exist at the control
2008-10-31 11:10:04 +0100 oj  r262857 : merge from cvs to svn
2008-10-31 09:46:45 +0100 oj  r262853 : merge from cvs to svn
2008-10-31 08:46:37 +0100 oj  r262849 : merge from cvs to svn
2008-10-31 08:44:24 +0100 oj  r262848 : merge from cvs to svn
2008-10-31 08:43:33 +0100 oj  r262847 : merge from cvs to svn
2008-10-31 08:42:28 +0100 oj  r262846 : merge from cvs to svn
2008-10-31 08:41:58 +0100 oj  r262845 : merge from cvs to svn
2008-10-31 08:41:32 +0100 oj  r262844 : merge from cvs to svn
2008-10-28 12:19:50 +0100 oj  r262733 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:19:42 +0100 oj  r262732 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:19:36 +0100 oj  r262731 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:19:31 +0100 oj  r262730 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:19:22 +0100 oj  r262729 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:19:18 +0100 oj  r262728 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:19:10 +0100 oj  r262727 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:19:06 +0100 oj  r262726 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:19:05 +0100 oj  r262725 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:19:01 +0100 oj  r262724 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:18:50 +0100 oj  r262723 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:18:41 +0100 oj  r262722 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:18:40 +0100 oj  r262721 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:18:27 +0100 oj  r262720 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:18:10 +0100 oj  r262719 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:18:01 +0100 oj  r262718 : #iXXXXX#: migrate CWS dba31e to SVN
2008-10-28 12:17:39 +0100 oj  r262717 : #iXXXXX#: migrate CWS dba31e to SVN
2008-12-01 12:31:27 +00:00
Rüdiger Timm
898b33920d INTEGRATION: CWS changefileheader (1.34.82); FILE MERGED
2008/03/31 13:26:44 rt 1.34.82.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:32:58 +00:00
Ivo Hinkelmann
3767db2658 INTEGRATION: CWS dba24c (1.33.130); FILE MERGED
2007/09/12 09:09:37 fs 1.33.130.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons
2007-11-21 14:33:52 +00:00
Ivo Hinkelmann
daba3c8335 INTEGRATION: CWS dba205b (1.31.20); FILE MERGED
2006/08/06 20:21:18 fs 1.31.20.1: #i67020# hold the column container mediator as ::rtl::Reference
2006-10-18 12:26:59 +00:00
Oliver Bolte
ad5c6c77b9 INTEGRATION: CWS pchfix02 (1.31.36); FILE MERGED
2006/09/01 17:24:06 kaib 1.31.36.1: #i68856# Added header markers and pch files
2006-09-17 05:35:02 +00:00
Oliver Bolte
dbb48e84dc INTEGRATION: CWS qiq (1.29.124); FILE MERGED
2006/07/06 07:13:12 fs 1.29.124.7: #i46159# when retrieving composer columns, also use our own fallback when there is an _empty_ columns collection
2006/07/03 19:48:47 fs 1.29.124.6: #i51143# warning when trying to obtain columns for a query whose statement does not produce a result set
2006/06/30 13:27:17 fs 1.29.124.5: #i51143# protect against recusive sub queries
2006/06/27 11:51:49 fs 1.29.124.4: RESYNC: (1.29-1.30); FILE MERGED
2006/06/06 13:59:41 fs 1.29.124.3: #i51143# implCollectColumns: provide columns even if the QueryComposer cannot parse our statement (as long as at least the underlying connection can)
2006/06/01 12:49:35 fs 1.29.124.2: oops. implCollectColumns should throw if not parsable
2006/06/01 12:32:48 fs 1.29.124.1: #i51143# also try to retrieve columns if the EscapeProcessing is FALSE - may be we're lucky ... (needed when such a query is added to the query designer)
2006-07-10 14:05:45 +00:00
Jens-Heiner Rechtien
acdb36ae21 INTEGRATION: CWS warnings01 (1.29.50); FILE MERGED
2006/03/24 15:35:48 fs 1.29.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 01:39:43 +00:00
Rüdiger Timm
53fac6273b INTEGRATION: CWS ooo19126 (1.28.176); FILE MERGED
2005/09/05 17:32:08 rt 1.28.176.1: #i54170# Change license header: remove SISSL
2005-09-08 09:07:30 +00:00
Rüdiger Timm
58a8d8b9db INTEGRATION: CWS dba16 (1.27.10); FILE MERGED
2004/10/11 11:38:20 oj 1.27.10.1: #i30220# enable having, group by for queries
2004-10-22 07:56:53 +00:00
Jens-Heiner Rechtien
8d732b35fd INTEGRATION: CWS insight01 (1.24.122); FILE MERGED
2004/06/01 08:46:23 oj 1.24.122.8: RESYNC: (1.25-1.26); FILE MERGED
2004/02/20 11:36:28 oj 1.24.122.7: #i25414# extend the datadescriptor for database location and connection resource
2004/02/12 16:17:42 oj 1.24.122.6: #111075# fix refcount problem
2004/02/11 12:46:41 oj 1.24.122.5: RESYNC: (1.24-1.25); FILE MERGED
2003/12/17 09:18:58 oj 1.24.122.4: #111075# ongoing work
2003/11/17 09:39:04 oj 1.24.122.3: #111075# ongoning work
2003/11/05 11:36:15 oj 1.24.122.2: #111075# ongoing work
2003/10/24 06:30:00 oj 1.24.122.1: #i21643# import filter changes
2004-08-02 14:03:01 +00:00
Rüdiger Timm
11c3dc0a6c INTEGRATION: CWS oj07 (1.24.148); FILE MERGED
2004/01/28 09:22:21 oj 1.24.148.2: RESYNC: (1.24-1.25); FILE MERGED
2003/08/20 09:11:19 oj 1.24.148.1: #i18041# correct escape processing handling
2004-03-02 11:42:56 +00:00
Rüdiger Timm
13e7b5ccaa INTEGRATION: CWS geordi2q12 (1.24.198); FILE MERGED
2004/01/07 14:32:44 hr 1.24.198.1: #111934#: merge CWS dba01pp2 -> SRC680
2004-01-07 14:44:42 +00:00
Ocke Janssen
66cc11752b #95013# resolve duplicate column names 2001-11-23 10:28:26 +00:00
Jens-Heiner Rechtien
5983f7545d #92924#: gcc-3.0.1 needs lvalue, exception specifications 2001-11-01 14:27:20 +00:00
Ocke Janssen
fe6066d957 #91719# implementing the XRename handling 2001-09-25 12:28:23 +00:00
Jens-Heiner Rechtien
fa51dbf0f4 #92075#: exception specification 2001-09-13 09:45:27 +00:00
Frank Schönheit
d7236ef6be preparations for #90109# 2001-08-30 07:07:36 +00:00
Frank Schönheit
d490480ec0 #91415# hold a IWarningsContainer / in getColumns, catch SQLExceptions 2001-08-24 12:15:55 +00:00
Frank Schönheit
8ab780b832 #90573# flag the columns as out-of-date if the command property changes 2001-08-16 09:32:56 +00:00
Ocke Janssen
99871e3ad6 #88644# insert some DBG's 2001-08-15 12:05:15 +00:00
Ocke Janssen
99286fceae #89772# set new configurationnode when datasource was renamed 2001-07-18 07:45:32 +00:00
Ocke Janssen
13b219023d #89514# write columns to config 2001-07-16 06:38:40 +00:00
Ocke Janssen
31408b0602 #88455# serveral fixes for parameters 2001-06-22 09:48:40 +00:00
Frank Schönheit
e1092447d3 #88389# OConfigurationNode moved to unotools 2001-06-18 10:50:01 +00:00
Ocke Janssen
547ecbe59f #86528# template changes 2001-05-21 08:21:15 +00:00
Ocke Janssen
26182c3a4a only read settings 2001-05-02 12:39:31 +00:00
Frank Schönheit
09298ca671 #84845# readColumnSettings: reset m_bColumnsOutOfDate to sal_False 2001-04-10 13:39:31 +00:00
Ocke Janssen
669eb649d5 check for correct properties 2001-03-02 09:24:52 +00:00
Ocke Janssen
8ea1003a82 import export changes 2001-02-23 14:22:32 +00:00
Ocke Janssen
1c87080a66 impl sql stmt 2001-02-14 12:18:24 +00:00
Ocke Janssen
82a5c17d78 fill query with live, like columns 2001-01-04 13:26:47 +00:00
Ocke Janssen
8108328d9e make strings unique for lib's 2000-10-25 06:32:52 +00:00
Rüdiger Timm
a30bc5414e extra semicolon removed 2000-10-24 13:53:47 +00:00