Author: hdu
Date: Tue Mar 19 15:29:47 2013
New Revision: 1458332

URL: http://svn.apache.org/r1458332
Log:
WaE: make good the commenting-out, else there are confusing unused-result 
warnings

The original message for the unfinished comment-out change was:
"1.4.76.1: #i25238# Support for inplace editing - please ask MBA"
Maybe it should be removed altogether. Silencing the justifiable warning
is good enough for now though.

Modified:
    openoffice/trunk/main/sc/source/core/data/fillinfo.cxx

Modified: openoffice/trunk/main/sc/source/core/data/fillinfo.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/core/data/fillinfo.cxx?rev=1458332&r1=1458331&r2=1458332&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/core/data/fillinfo.cxx (original)
+++ openoffice/trunk/main/sc/source/core/data/fillinfo.cxx Tue Mar 19 15:29:47 
2013
@@ -509,13 +509,13 @@ void ScDocument::FillInfo( ScTableInfo& 
                                                                
pInfo->pShadowAttr      = pShadowAttr;
                                                                //      nWidth 
wird nicht mehr einzeln gesetzt
 
-                                sal_Bool bEmbed = sal_False; //bIsEmbedded &&
+                                sal_Bool bEmbed = sal_False; /*bIsEmbedded &&
                                                                                
nTab    >= aEmbedRange.aStart.Tab() &&
                                                                                
nTab    <= aEmbedRange.aEnd.Tab()   &&
                                                                                
nX              >= aEmbedRange.aStart.Col() &&
                                                                                
nX          <= aEmbedRange.aEnd.Col()   &&
                                                                                
nCurRow >= aEmbedRange.aStart.Row() &&
-                                                                               
nCurRow <= aEmbedRange.aEnd.Row();
+                                                                               
nCurRow <= aEmbedRange.aEnd.Row(); */
 
                                                                if (bScenario)
                                                                {


Reply via email to