Tag: cws_src680_hsqlcsv
User: fs      
Date: 2006/09/19 01:42:25

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

Log:
 private:graphicrepository instead of private:imagerespository (after 
discussion with CL)

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.3&r2=1.5.66.4
Delta lines:  +4 -4
-------------------
--- HConnection.cxx     19 Sep 2006 07:36:59 -0000      1.5.66.3
+++ HConnection.cxx     19 Sep 2006 08:42:22 -0000      1.5.66.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: HConnection.cxx,v $
  *
- *  $Revision: 1.5.66.3 $
+ *  $Revision: 1.5.66.4 $
  *
- *  last change: $Author: fs $ $Date: 2006/09/19 07:36:59 $
+ *  last change: $Author: fs $ $Date: 2006/09/19 08:42:22 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -417,10 +417,10 @@
 
             // assemble the image URL
             ::rtl::OUStringBuffer aImageURL;
-            aImageURL.appendAscii( "private:imagerepository/" );    // load 
the image from the global image repository
+            aImageURL.appendAscii( "private:graphicrepository/" );  // load 
the graphic from the global graphic repository
             aImageURL.appendAscii( "/res/" );                       // the 
relative path within the images.zip
             aImageURL.appendAscii( LINKED_TEXT_TABLE_IMAGE_RESOURCE );
-                                                                    // the 
name of the image to use
+                                                                    // the 
name of the graphic to use
             ::rtl::OUString sImageURL( aImageURL.makeStringAndClear() );
 
             // TODO: high-contrast mode?




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

Reply via email to