You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2015/09/29 17:45:47 UTC

svn commit: r1705881 - /openoffice/trunk/main/sccomp/source/solver/solver.hxx

Author: pfg
Date: Tue Sep 29 15:45:47 2015
New Revision: 1705881

URL: http://svn.apache.org/viewvc?rev=1705881&view=rev
Log:
Minor formatting fix

Modified:
    openoffice/trunk/main/sccomp/source/solver/solver.hxx

Modified: openoffice/trunk/main/sccomp/source/solver/solver.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sccomp/source/solver/solver.hxx?rev=1705881&r1=1705880&r2=1705881&view=diff
==============================================================================
--- openoffice/trunk/main/sccomp/source/solver/solver.hxx (original)
+++ openoffice/trunk/main/sccomp/source/solver/solver.hxx Tue Sep 29 15:45:47 2015
@@ -56,8 +56,7 @@ class SolverComponent : public comphelpe
     sal_Int32                                                                     mnTimeout;
     sal_Int32                                                                     mnEpsilonLevel;
     sal_Bool                                                                      mbLimitBBDepth;
-    sal_Bool
- mbNonLinearTest;
+    sal_Bool                                                                      mbNonLinearTest;
     // results
     sal_Bool                                                                      mbSuccess;
     double                                                                        mfResultValue;