summaryrefslogtreecommitdiff
path: root/sal/qa/osl/module
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-11-18 15:39:14 +0000
committerKurt Zenker <kz@openoffice.org>2003-11-18 15:39:14 +0000
commit9cc94b8cda78c99bd640bbe93a15dad06894a204 (patch)
tree8c763301ccb771b6b43e1c844c2653c615e0f5b3 /sal/qa/osl/module
parentb5777d019d6972140af38ba2ff6330de8cae05b7 (diff)
INTEGRATION: CWS qadev13 (1.2.18); FILE MERGED
2003/11/05 03:05:03 mindyliu 1.2.18.2: #112598# module::load_002 updated 2003/11/04 10:47:41 mindyliu 1.2.18.1: #112598# module::load_002 added
Diffstat (limited to 'sal/qa/osl/module')
-rw-r--r--sal/qa/osl/module/osl_Module_Const.h20
1 files changed, 18 insertions, 2 deletions
diff --git a/sal/qa/osl/module/osl_Module_Const.h b/sal/qa/osl/module/osl_Module_Const.h
index dedf6f1cd..5bf7e329a 100644
--- a/sal/qa/osl/module/osl_Module_Const.h
+++ b/sal/qa/osl/module/osl_Module_Const.h
@@ -2,9 +2,9 @@
*
* $RCSfile: osl_Module_Const.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2003-09-08 13:21:23 $
+ * last change: $Author: kz $ $Date: 2003-11-18 16:39:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,22 @@
#include <cppunit/simpleheader.hxx>
+#if ( defined UNX ) || ( defined OS2 ) //Unix
+# include <unistd.h>
+#else // Windows
+# include <windows.h>
+# include <io.h>
+#endif
+
+# define FILE_PREFIX "file:///"
+
+//Korea charactors
+::rtl::OUString aKname = ::rtl::OUString::createFromAscii( "/안녕하세요" );
+//chinese
+::rtl::OUString aCname = ::rtl::OUString::createFromAscii( "/你好" );
+//Japanese
+::rtl::OUString aJname = ::rtl::OUString::createFromAscii( "/こんにちは" );
+
//------------------------------------------------------------------------
// function pointer type.
//------------------------------------------------------------------------