From b6eb07fdedd0e8122b1803aab5abfccfeb302fb9 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 19 May 2004 12:12:39 +0000 Subject: INTEGRATION: CWS uno8eabugs01 (1.1.1.1.134); FILE MERGED 2004/05/17 14:30:09 kso 1.1.1.1.134.1: #i27607# - Corrected dynamic resultset service name. --- ucbhelper/inc/ucbhelper/resultsethelper.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/inc/ucbhelper/resultsethelper.hxx b/ucbhelper/inc/ucbhelper/resultsethelper.hxx index 6bc07e4018b8..57c97cff83b4 100644 --- a/ucbhelper/inc/ucbhelper/resultsethelper.hxx +++ b/ucbhelper/inc/ucbhelper/resultsethelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: resultsethelper.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:03:37 $ + * last change: $Author: rt $ $Date: 2004-05-19 13:12:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,8 +101,7 @@ namespace ucb { //========================================================================= -#define DYNAMICRESULTSET_SERVICE_NAME \ - "com.sun.star.ucb.DynamicContentResultSet" +#define DYNAMICRESULTSET_SERVICE_NAME "com.sun.star.ucb.DynamicResultSet" //========================================================================= -- cgit