summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2022-06-27 19:04:24 +1000
committerTomaž Vajngerl <quikee@gmail.com>2022-07-20 12:20:59 +0200
commit845393b9aa9057c5ace3c41ad5ac629b895d7f7f (patch)
tree86f6e1d8b69247c491eea72195cc1cdf5a40e4fb /forms
parent6721eddbcfefd9503a49499956e53d1a76f6712f (diff)
move wintypes.hxx from tools to vcl
Change-Id: Ief9949fd4252de9e33df172af07aa7ed097b5520 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136560 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/richtext/richtextcontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/richtextcontrol.hxx b/forms/source/richtext/richtextcontrol.hxx
index 9cda83bb5257..81e0ad2a0f01 100644
--- a/forms/source/richtext/richtextcontrol.hxx
+++ b/forms/source/richtext/richtextcontrol.hxx
@@ -26,7 +26,7 @@
#include <comphelper/uno3.hxx>
#include <cppuhelper/implbase1.hxx>
#include <rtl/ref.hxx>
-#include <tools/wintypes.hxx>
+#include <vcl/wintypes.hxx>
#include "rtattributes.hxx"
#include "textattributelistener.hxx"