http://openoffice.org/bugzilla/show_bug.cgi?id=117429

        Issue Type: DEFECT
           Summary: svx: source/dialog/_contdlg.cxx
    Classification: Application
           Product: Drawing
           Version: DEV300m102
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Priority: P3
         Component: code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


cc1plus: warnings being treated as errors
/vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/svx/source/dialog/_contdlg.cxx:
In member function ‘long int SvxSuperContourDlg::Tbx1ClickHdl(ToolBox*)’:
/vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/svx/source/dialog/_contdlg.cxx:814:51:
error: operation on
‘((SvxSuperContourDlg*)this)->SvxSuperContourDlg::nGrfChanged’ may be undefined
make: ***
[/vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/solver/300/unxlngx6.pro/workdir/CxxObject/svx/source/dialog/_contdlg.o]
Error 1

This helped:

-                       nGrfChanged = nGrfChanged ? nGrfChanged-- : 0UL;
+                       nGrfChanged = nGrfChanged ? nGrfChanged-1 : 0UL;

-- 
Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification
from Bugzilla. Please log into the website and enter your comments.
-----------------------------------------------------------------------
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help

Reply via email to