diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-22 09:25:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-23 11:30:47 +0200 |
commit | 797ffc29450f46dd6683886e7436453ce9fb4d72 (patch) | |
tree | 91d836ee2369846c972765c3fa0c121abfe95ff5 /vcl/inc/messagedialog.hxx | |
parent | 6c0a6e2e91069da9db13c27a058721b88e8eaba9 (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/messagedialog.hxx')
-rw-r--r-- | vcl/inc/messagedialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |