Tag: cws_src680_qiq
User: fs      
Date: 06/06/14 05:38:27

Modified:
 /dba/dbaccess/source/ui/dlg/
  sqlmessage.cxx

Log:
 corrected building aSubInfo

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: sqlmessage.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/sqlmessage.cxx?r1=1.20.118.9&r2=1.20.118.10
Delta lines:  +4 -3
-------------------
--- sqlmessage.cxx      12 Jun 2006 10:50:07 -0000      1.20.118.9
+++ sqlmessage.cxx      14 Jun 2006 12:38:24 -0000      1.20.118.10
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sqlmessage.cxx,v $
  *
- *  $Revision: 1.20.118.9 $
+ *  $Revision: 1.20.118.10 $
  *
- *  last change: $Author: fs $ $Date: 2006/06/12 10:50:07 $
+ *  last change: $Author: fs $ $Date: 2006/06/14 12:38:24 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -294,7 +294,8 @@
 
                     aSubInfo.sMessage = pContext->Details;
                     aSubInfo.pImageProvider = _rFactory.getImageProvider( 
aCurrentElement.getType() );
-                    aDisplayInfo.pLabelProvider = _rFactory.getLabelProvider( 
aCurrentElement.getType(), true );
+                    aSubInfo.pLabelProvider = _rFactory.getLabelProvider( 
aCurrentElement.getType(), true );
+                    aSubInfo.bSubEntry = true;
 
                     _out_rChain.push_back( aSubInfo );
                 }




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

Reply via email to