Tag: cws_dev300_rptchart02
User: oj      
Date: 2008-05-20 08:18:08+0000
Modified:
   dba/dbaccess/source/core/api/RowSetCache.cxx

Log:
 #i84290# range_variable changed

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: RowSetCache.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.cxx?r1=1.97&r2=1.97.6.1
Delta lines:  +3 -3
-------------------
--- RowSetCache.cxx     2008-04-10 12:26:52+0000        1.97
+++ RowSetCache.cxx     2008-05-20 08:18:06+0000        1.97.6.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: RowSetCache.cxx,v $
- * $Revision: 1.97 $
+ * $Revision: 1.97.6.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -1492,7 +1492,7 @@
                                        
OSL_ENSURE(SQL_ISRULE(pTableRef,table_ref),"Must be a tableref here!");
 
                                        ::rtl::OUString sTableRange;
-                                       if(pTableRef->count() == 4)
+                                       if(pTableRef->count() == 4 && 
pTableRef->getChild(2)->isToken() )
                                                sTableRange = 
pTableRef->getChild(2)->getTokenValue(); // Tabellenrange an Pos 2
                                        if(!sTableRange.getLength())
                                                
pTableRef->getChild(0)->parseNodeToStr( sTableRange, _xConnection, NULL, 
sal_False, sal_False );




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

Reply via email to