diff options
author | Thorsten Behrens <thb@documentfoundation.org> | 2015-02-13 17:02:58 +0100 |
---|---|---|
committer | Thorsten Behrens <thb@documentfoundation.org> | 2015-02-14 00:46:15 +0100 |
commit | 3d403f2af2e5b7d26254d45590764f279450fab6 (patch) | |
tree | d0e295f3f915cb36f38ddc335109f77858491665 /vcl | |
parent | 7f5a0495eb5579101f58d9fec10153486c91a40a (diff) |
Related: tdf#63690 - remove rtl_logfile
This was unused since the earlier cleanup.
Change-Id: Ia56641c4242037a0ce501e43939b8dc862499f0e
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 1 | ||||
-rw-r--r-- | vcl/source/app/svmain.cxx | 2 | ||||
-rw-r--r-- | vcl/win/source/gdi/salgdi3.cxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 56db30f8e284..ef5d36718dba 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -86,7 +86,6 @@ #include "osl/thread.h" #include "rtl/bootstrap.hxx" #include "rtl/instance.hxx" -#include "rtl/logfile.hxx" #include "rtl/math.hxx" #include "rtl/strbuf.hxx" #include "rtl/string.hxx" diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index c0979a651892..49703e49b1bb 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -21,8 +21,6 @@ #include <cassert> -#include "rtl/logfile.hxx" - #include <osl/file.hxx> #include <osl/signal.h> diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index 4e76036dff58..732642c186d8 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -34,7 +34,6 @@ #include <osl/file.hxx> #include <osl/process.h> #include <rtl/bootstrap.hxx> -#include <rtl/logfile.hxx> #include <tools/helpers.hxx> #include <tools/stream.hxx> #include <unotools/fontcfg.hxx> |