Kaydet (Commit) 4225ea7b authored tarafından Frank Schönheit's avatar Frank Schönheit

working with ::rtl::OUString's now

üst 517801b5
......@@ -2,9 +2,9 @@
*
* $RCSfile: core_resource.hxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-19 00:15:39 $
* last change: $Author: fs $ $Date: 2001-04-26 11:18:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -68,10 +68,10 @@
class SimpleResMgr;
//.........................................................................
namespace dba
namespace dbaccess
{
#define DBACORE_RESSTRING(id) dba::ResourceManager::loadString(id)
#define DBACORE_RESSTRING(id) ResourceManager::loadString(id)
//==================================================================
//= ResourceManager
......@@ -102,7 +102,7 @@ namespace dba
public:
/** loads the string with the specified resource id from the FormLayer resource file
*/
static String loadString(sal_uInt16 _nResId);
static ::rtl::OUString loadString(sal_uInt16 _nResId);
};
//.........................................................................
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: core_resource.cxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: fs $ $Date: 2001-03-02 17:02:20 $
* last change: $Author: fs $ $Date: 2001-04-26 11:18:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -79,7 +79,7 @@
#endif
//.........................................................................
namespace dba
namespace dbaccess
{
//==================================================================
......@@ -114,9 +114,9 @@ namespace dba
}
//------------------------------------------------------------------
String ResourceManager::loadString(sal_uInt16 _nResId)
::rtl::OUString ResourceManager::loadString(sal_uInt16 _nResId)
{
String sReturn;
::rtl::OUString sReturn;
ensureImplExists();
if (m_pImpl)
......
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