diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:40:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:40:36 +0000 |
commit | 29c1ea72a5f5acfbb1a8019b9dfea71071a820ba (patch) | |
tree | 6c0c3d63d81b94b75f642d21147cb5c219b0977d /extensions/source | |
parent | 1d759988fd6e1c0b5440e0876f14f0e1aa668c8e (diff) |
INTEGRATION: CWS qwizards1 (1.2.88); FILE MERGED
2004/04/05 12:50:37 fs 1.2.88.1: #i27457# must changes in the base class
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/dbpilots/dbptypes.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/source/dbpilots/dbptypes.hxx b/extensions/source/dbpilots/dbptypes.hxx index 0a0308dd7..31d6e1a4f 100644 --- a/extensions/source/dbpilots/dbptypes.hxx +++ b/extensions/source/dbpilots/dbptypes.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbptypes.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-25 16:03:28 $ + * last change: $Author: kz $ $Date: 2004-05-19 13:40:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,6 @@ namespace dbp DECLARE_STL_VECTOR( String, StringArray ); DECLARE_STL_STDKEY_SET( String, StringBag ); DECLARE_STL_STDKEY_MAP( sal_uInt32, String, MapInt2String ); - DECLARE_STL_VECTOR( sal_uInt16, UInt16Array ); //......................................................................... } // namespace dbp |