Tag: cws_src680_hsqlcsv
User: fs      
Date: 2006/09/19 06:58:54

Modified:
   dba/connectivity/source/drivers/hsqldb/HConnection.cxx

Log:
 corrected image path

File Changes:

Directory: /dba/connectivity/source/drivers/hsqldb/
===================================================

File [changed]: HConnection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HConnection.cxx?r1=1.5.66.4&r2=1.5.66.5
Delta lines:  +3 -3
-------------------
--- HConnection.cxx     19 Sep 2006 08:42:22 -0000      1.5.66.4
+++ HConnection.cxx     19 Sep 2006 13:58:52 -0000      1.5.66.5
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: HConnection.cxx,v $
  *
- *  $Revision: 1.5.66.4 $
+ *  $Revision: 1.5.66.5 $
  *
- *  last change: $Author: fs $ $Date: 2006/09/19 08:42:22 $
+ *  last change: $Author: fs $ $Date: 2006/09/19 13:58:52 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -418,7 +418,7 @@
             // assemble the image URL
             ::rtl::OUStringBuffer aImageURL;
             aImageURL.appendAscii( "private:graphicrepository/" );  // load 
the graphic from the global graphic repository
-            aImageURL.appendAscii( "/res/" );                       // the 
relative path within the images.zip
+            aImageURL.appendAscii( "res/" );                       // the 
relative path within the images.zip
             aImageURL.appendAscii( LINKED_TEXT_TABLE_IMAGE_RESOURCE );
                                                                     // the 
name of the graphic to use
             ::rtl::OUString sImageURL( aImageURL.makeStringAndClear() );




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

Reply via email to