diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-22 09:20:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-22 12:50:48 +0100 |
commit | b37e2dd071c83454b3b06c0959a76b6012f53abb (patch) | |
tree | 91de7e6d0c01e7391276a1142d9d1b2f503ab35a /vcl | |
parent | b9eaa646815bf9b400ecc0d5726de5241428cf34 (diff) |
Resolves: fdo#38838 remove UniString
hammer silver nails into coffin and bury in concrete
Change-Id: I3fda2ff47738bb33793adab97faba2d439ac9a28
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/dbggui.cxx | 3 | ||||
-rw-r--r-- | vcl/source/control/button.cxx | 1 | ||||
-rw-r--r-- | vcl/source/filter/sgvtext.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/cvtsvm.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/metaact.cxx | 1 |
5 files changed, 6 insertions, 1 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index 52177f079550..69ee0c7ff1ed 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -28,7 +28,8 @@ #include <cmath> #include <limits.h> -#include "tools/debug.hxx" +#include <tools/debug.hxx> +#include <tools/lineend.hxx> #include "sal/log.hxx" #include "vcl/svapp.hxx" diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index 73b1ed401b90..9b442090426a 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -19,6 +19,7 @@ #include <tools/debug.hxx> +#include <tools/lineend.hxx> #include <tools/poly.hxx> #include <tools/rc.h> diff --git a/vcl/source/filter/sgvtext.cxx b/vcl/source/filter/sgvtext.cxx index 9ef64678ccdd..3cadc838804a 100644 --- a/vcl/source/filter/sgvtext.cxx +++ b/vcl/source/filter/sgvtext.cxx @@ -20,6 +20,7 @@ #include "sal/config.h" #include <boost/static_assert.hpp> +#include <osl/thread.h> #include <rtl/math.h> #include <comphelper/string.hxx> #include <tools/config.hxx> diff --git a/vcl/source/gdi/cvtsvm.cxx b/vcl/source/gdi/cvtsvm.cxx index bcff2623dad6..8835e446797b 100644 --- a/vcl/source/gdi/cvtsvm.cxx +++ b/vcl/source/gdi/cvtsvm.cxx @@ -19,6 +19,7 @@ #include <algorithm> #include <string.h> +#include <osl/thread.h> #include <tools/debug.hxx> #include <tools/stream.hxx> #include <tools/helpers.hxx> diff --git a/vcl/source/gdi/metaact.cxx b/vcl/source/gdi/metaact.cxx index a522e051a5d9..d205723af9ea 100644 --- a/vcl/source/gdi/metaact.cxx +++ b/vcl/source/gdi/metaact.cxx @@ -19,6 +19,7 @@ #include <algorithm> #include <string.h> +#include <osl/thread.h> #include <tools/stream.hxx> #include <tools/vcompat.hxx> #include <tools/helpers.hxx> |