summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextcontrol.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-02-01 22:47:11 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-02-14 10:55:43 +0100
commitf0c8312bc6630ed64f174acc6f65bb5172765951 (patch)
treed7441b13c6872b626b34c913b2cf73330f6bbb52 /forms/source/richtext/richtextcontrol.cxx
parent1b0397a519bf6923c2dae7919d73c0662d2da2af (diff)
tdf#42949 Fix IWYU warnings in forms/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I4afb3616c4f93155c187da11b2981b84d0984e9f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87943 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'forms/source/richtext/richtextcontrol.cxx')
-rw-r--r--forms/source/richtext/richtextcontrol.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/forms/source/richtext/richtextcontrol.cxx b/forms/source/richtext/richtextcontrol.cxx
index 810d8e50c860..4cf1f3912f89 100644
--- a/forms/source/richtext/richtextcontrol.cxx
+++ b/forms/source/richtext/richtextcontrol.cxx
@@ -18,6 +18,7 @@
*/
#include "richtextcontrol.hxx"
+#include <frm_strings.hxx>
#include <services.hxx>
#include "richtextmodel.hxx"
@@ -29,6 +30,7 @@
#include <com/sun/star/awt/PosSize.hpp>
#include <toolkit/helper/vclunohelper.hxx>
+#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <sal/log.hxx>
#include <vcl/svapp.hxx>