Kaydet (Commit) deae0f1e authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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
üst 25fc2c8d
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: exsrcbrw.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -144,13 +144,13 @@ SbaExternalSourceBrowser::~SbaExternalSourceBrowser() ...@@ -144,13 +144,13 @@ SbaExternalSourceBrowser::~SbaExternalSourceBrowser()
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
::rtl::OUString SbaExternalSourceBrowser::getImplementationName_Static() throw(RuntimeException) ::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 SbaExternalSourceBrowser::getSupportedServiceNames_Static() throw(RuntimeException)
{ {
::comphelper::StringSequence aSupported(1); ::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; return aSupported;
} }
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment