diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:33:14 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:55 +0200 |
commit | 203c989a6cae2e7adf05d2d307ca4ab988c48874 (patch) | |
tree | 64da72f505ffe4c87cf653a14aeeb5f0d1a17501 /sccomp | |
parent | 20c66302db5a3ee579429c37bf1cb1adc1802a4d (diff) |
loplugin:includeform: sccomp
Change-Id: I819977bf2c0aff3f98f039f966b7fa6f0fad2728
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/source/solver/CoinMPSolver.cxx | 2 | ||||
-rw-r--r-- | sccomp/source/solver/LpsolveSolver.cxx | 4 | ||||
-rw-r--r-- | sccomp/source/solver/SolverComponent.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sccomp/source/solver/CoinMPSolver.cxx b/sccomp/source/solver/CoinMPSolver.cxx index 045fb5fa5aa1..6c0bc881cce6 100644 --- a/sccomp/source/solver/CoinMPSolver.cxx +++ b/sccomp/source/solver/CoinMPSolver.cxx @@ -21,7 +21,7 @@ #include <CoinError.hpp> #include "SolverComponent.hxx" -#include "strings.hrc" +#include <strings.hrc> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/table/CellAddress.hpp> diff --git a/sccomp/source/solver/LpsolveSolver.cxx b/sccomp/source/solver/LpsolveSolver.cxx index 428d87d55916..e3d0cd8d34d6 100644 --- a/sccomp/source/solver/LpsolveSolver.cxx +++ b/sccomp/source/solver/LpsolveSolver.cxx @@ -36,7 +36,7 @@ * ************************************************************************/ -#include "sal/config.h" +#include <sal/config.h> #include <config_lgpl.h> #undef LANGUAGE_NONE @@ -53,7 +53,7 @@ #undef LANGUAGE_NONE #include "SolverComponent.hxx" -#include "strings.hrc" +#include <strings.hrc> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/table/CellAddress.hpp> diff --git a/sccomp/source/solver/SolverComponent.cxx b/sccomp/source/solver/SolverComponent.cxx index 6e52ebc8653a..fae79103967c 100644 --- a/sccomp/source/solver/SolverComponent.cxx +++ b/sccomp/source/solver/SolverComponent.cxx @@ -18,7 +18,7 @@ */ #include "SolverComponent.hxx" -#include "strings.hrc" +#include <strings.hrc> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> |