summaryrefslogtreecommitdiff
path: root/sccomp/source/solver/SolverComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp/source/solver/SolverComponent.hxx')
-rw-r--r--sccomp/source/solver/SolverComponent.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sccomp/source/solver/SolverComponent.hxx b/sccomp/source/solver/SolverComponent.hxx
index b0f9a24c39a8..73024e71d3e3 100644
--- a/sccomp/source/solver/SolverComponent.hxx
+++ b/sccomp/source/solver/SolverComponent.hxx
@@ -73,15 +73,15 @@ protected:
com::sun::star::table::CellAddress maObjective;
com::sun::star::uno::Sequence< com::sun::star::table::CellAddress > maVariables;
com::sun::star::uno::Sequence< com::sun::star::sheet::SolverConstraint > maConstraints;
- sal_Bool mbMaximize;
+ bool mbMaximize;
// set via XPropertySet
- sal_Bool mbNonNegative;
- sal_Bool mbInteger;
+ bool mbNonNegative;
+ bool mbInteger;
sal_Int32 mnTimeout;
sal_Int32 mnEpsilonLevel;
- sal_Bool mbLimitBBDepth;
+ bool mbLimitBBDepth;
// results
- sal_Bool mbSuccess;
+ bool mbSuccess;
double mfResultValue;
com::sun::star::uno::Sequence< double > maSolution;
OUString maStatus;