diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-02-03 16:33:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-02-03 16:33:43 +0000 |
commit | 18906f753c1604aae11358d3c3537cf80bb5bbc9 (patch) | |
tree | ad6c97253ffef0fd5b10b256a90e43d85b958466 /connectivity | |
parent | d47fac1cb070f95b5abc111953990622234d960f (diff) |
INTEGRATION: CWS kabrefine (1.2.10); FILE MERGED
2006/01/05 09:49:50 ebischoff 1.2.10.1: Issue number: 59900
Submitted by: mkretzschmar
Reviewed by: thb
Not making assumptions whether internal or external STLP
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/kab/korder.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/connectivity/source/drivers/kab/korder.hxx b/connectivity/source/drivers/kab/korder.hxx index 5894b9e16b08..17bd7e779ab2 100644 --- a/connectivity/source/drivers/kab/korder.hxx +++ b/connectivity/source/drivers/kab/korder.hxx @@ -4,9 +4,9 @@ * * $RCSfile: korder.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2005-12-19 16:53:56 $ + * last change: $Author: kz $ $Date: 2006-02-03 17:33:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,10 +39,8 @@ #ifndef _RTL_USTRING_HXX_ #include "rtl/ustring.hxx" #endif -#ifndef _STLP_VECTOR -#include "stl/vector" -#endif +#include <vector> #include <kabc/addressee.h> namespace connectivity |