summaryrefslogtreecommitdiff
path: root/framework
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 /framework
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 'framework')
-rw-r--r--framework/source/helper/tagwindowasmodified.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/helper/tagwindowasmodified.cxx b/framework/source/helper/tagwindowasmodified.cxx
index b113c4b96f6d..cc27a194e1fb 100644
--- a/framework/source/helper/tagwindowasmodified.cxx
+++ b/framework/source/helper/tagwindowasmodified.cxx
@@ -26,7 +26,7 @@
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/window.hxx>
#include <vcl/svapp.hxx>
-#include <tools/wintypes.hxx>
+#include <vcl/wintypes.hxx>
namespace framework{