To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80338





------- Additional comments from [EMAIL PROTECTED] Wed Aug  8 09:11:39 +0000 
2007 -------
Re the attached i80338.patch:

1 In HDriver.cxx, something like

  #ifdef SYSTEM_HSQLDB
  aConvertedProperties[nPos++].Value <<=
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(HSQLDB_JAR "
vnd.sun.star.expand:$ORIGIN/classes/sdbc_hsqldb.jar"));
  #else

or

  aConvertedProperties[nPos++].Value <<=
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
  #ifdef SYSTEM_HSQLDB
    HSQLDB_JAR
  #else
    "vnd.sun.star.expand:$ORIGIN/classes/hsqldb.jar"
  #endif
    " vnd.sun.star.expand:$ORIGIN/classes/sdbc_hsqldb.jar"));

would probably be simpler.

2 Remember to remove the hsqldb.jar entry from
scp2/source/ooo/profileitem_ooo.scp:1.49.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to