From 6bf3229137707ea40f5e9e3f1853c2a0433818ab Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 29 Jan 2008 16:06:18 +0000 Subject: INTEGRATION: CWS oj30 (1.11.16); FILE MERGED 2008/01/10 14:27:03 oj 1.11.16.1: #i85085# add std --- forms/source/component/Filter.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'forms/source/component/Filter.cxx') diff --git a/forms/source/component/Filter.cxx b/forms/source/component/Filter.cxx index 1b44a3a9c322..874e8cbf82bb 100644 --- a/forms/source/component/Filter.cxx +++ b/forms/source/component/Filter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Filter.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: ihi $ $Date: 2007-11-21 16:33:47 $ + * last change: $Author: rt $ $Date: 2008-01-29 17:06:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -524,7 +524,7 @@ namespace frm sal_Int16 i = 0; - vector< ::rtl::OUString> aStringList; + ::std::vector< ::rtl::OUString> aStringList; aStringList.reserve(16); ::rtl::OUString aStr; -- cgit