diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 12:12:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 12:12:39 +0000 |
commit | b6eb07fdedd0e8122b1803aab5abfccfeb302fb9 (patch) | |
tree | 3289bffef43445e9d47941ea49532f817d5ee326 /ucbhelper/inc | |
parent | 6735ef00c19ecf2c29d32630cfab36d66393d757 (diff) |
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.
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r-- | ucbhelper/inc/ucbhelper/resultsethelper.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
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" //========================================================================= |