summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2023-10-17 18:34:46 +1100
committerTomaž Vajngerl <quikee@gmail.com>2023-11-19 02:19:35 +0100
commit696644462e1f3e43608319068db2bbc167e7b8f8 (patch)
treeca1a508057c46366a0adac18da7a2e9ffa291941
parenttdf#143148 Use pragma once instead of include guards (diff)
downloadcore-696644462e1f3e43608319068db2bbc167e7b8f8.tar.gz
core-696644462e1f3e43608319068db2bbc167e7b8f8.zip
vcl: remove unnecessary includes from textlayout.cxx
Change-Id: I4cef4b61c15cde5682b65590bebdc9981d38908c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158074 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
-rw-r--r--vcl/source/text/textlayout.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/text/textlayout.cxx b/vcl/source/text/textlayout.cxx
index 3b084a03115f..dd05d57f77c3 100644
--- a/vcl/source/text/textlayout.cxx
+++ b/vcl/source/text/textlayout.cxx
@@ -20,22 +20,16 @@
#include <osl/file.h>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
-#include <tools/fract.hxx>
#include <comphelper/processfactory.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/ctrl.hxx>
-#include <vcl/kernarray.hxx>
-#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
#include <vcl/unohelp.hxx>
#include <textlayout.hxx>
#include <textlineinfo.hxx>
-#include <memory>
-#include <iterator>
-
static bool ImplIsCharIn(sal_Unicode c, const char* pStr)
{
while ( *pStr )