summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-06-22 09:25:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-06-23 11:30:47 +0200
commit797ffc29450f46dd6683886e7436453ce9fb4d72 (patch)
tree91d836ee2369846c972765c3fa0c121abfe95ff5 /vcl/inc
parent6c0a6e2e91069da9db13c27a058721b88e8eaba9 (diff)
FixedBitmap can be in a toolkit only header
Change-Id: I22bb548f7f0c1ef0de157f99915fbaf6473c284b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96861 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/hyperlabel.hxx2
-rw-r--r--vcl/inc/messagedialog.hxx2
-rw-r--r--vcl/inc/pch/precompiled_vcl.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/hyperlabel.hxx b/vcl/inc/hyperlabel.hxx
index c43dbb469df7..20076a89b253 100644
--- a/vcl/inc/hyperlabel.hxx
+++ b/vcl/inc/hyperlabel.hxx
@@ -21,7 +21,7 @@
#include <memory>
-#include <vcl/fixed.hxx>
+#include <vcl/toolkit/fixed.hxx>
namespace vcl
{
diff --git a/vcl/inc/messagedialog.hxx b/vcl/inc/messagedialog.hxx
index 679767be7920..d2d19dc3b205 100644
--- a/vcl/inc/messagedialog.hxx
+++ b/vcl/inc/messagedialog.hxx
@@ -12,7 +12,7 @@
#include <vcl/toolkit/dialog.hxx>
#include <vcl/layout.hxx>
-#include <vcl/fixed.hxx>
+#include <vcl/toolkit/fixed.hxx>
class MessageDialog : public Dialog
{
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx
index db0a1d307c02..c115104f821c 100644
--- a/vcl/inc/pch/precompiled_vcl.hxx
+++ b/vcl/inc/pch/precompiled_vcl.hxx
@@ -283,7 +283,6 @@
#include <vcl/dockwin.hxx>
#include <vcl/edit.hxx>
#include <vcl/event.hxx>
-#include <vcl/fixed.hxx>
#include <vcl/floatwin.hxx>
#include <vcl/fntstyle.hxx>
#include <vcl/font.hxx>
@@ -318,6 +317,7 @@
#include <vcl/toolbox.hxx>
#include <vcl/toolkit/button.hxx>
#include <vcl/toolkit/dialog.hxx>
+#include <vcl/toolkit/fixed.hxx>
#include <vcl/toolkit/unowrap.hxx>
#include <vcl/transfer.hxx>
#include <vcl/treelist.hxx>