summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/exsrcbrw.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 14:34:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 14:34:10 +0000
commitdeae0f1ef1b137e5cbf09d2c33c8b72c6277c87c (patch)
treee075e35ec25216ac588e76d5c70b6ca8ee943635 /dbaccess/source/ui/browser/exsrcbrw.cxx
parent25fc2c8daeaaf3c2e4a043df2ed25d3ed97ec831 (diff)
INTEGRATION: CWS insight01 (1.22.44); FILE MERGED
2004/06/01 08:49:47 oj 1.22.44.4: RESYNC: (1.24-1.25); FILE MERGED 2004/02/11 12:46:59 oj 1.22.44.3: RESYNC: (1.23-1.24); FILE MERGED 2004/01/02 13:58:08 oj 1.22.44.2: RESYNC: (1.22-1.23); FILE MERGED 2003/07/29 12:23:18 oj 1.22.44.1: #111075# insight changes
Diffstat (limited to 'dbaccess/source/ui/browser/exsrcbrw.cxx')
-rw-r--r--dbaccess/source/ui/browser/exsrcbrw.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/exsrcbrw.cxx b/dbaccess/source/ui/browser/exsrcbrw.cxx
index 1d9e999ea7a5..3b7021e501e9 100644
--- a/dbaccess/source/ui/browser/exsrcbrw.cxx
+++ b/dbaccess/source/ui/browser/exsrcbrw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: exsrcbrw.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 13:04:53 $
+ * last change: $Author: hr $ $Date: 2004-08-02 15:34:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,13 +144,13 @@ SbaExternalSourceBrowser::~SbaExternalSourceBrowser()
// -------------------------------------------------------------------------
::rtl::OUString SbaExternalSourceBrowser::getImplementationName_Static() throw(RuntimeException)
{
- return ::rtl::OUString::createFromAscii("org.openoffice.comp.dbu.OFormGridView");
+ return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.comp.dbu.OFormGridView"));
}
//-------------------------------------------------------------------------
::comphelper::StringSequence SbaExternalSourceBrowser::getSupportedServiceNames_Static() throw(RuntimeException)
{
::comphelper::StringSequence aSupported(1);
- aSupported.getArray()[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdb.FormGridView");
+ aSupported.getArray()[0] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sdb.FormGridView"));
return aSupported;
}
//-------------------------------------------------------------------------