diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-08-08 12:38:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-09 10:01:15 +0200 |
commit | 6f377e7baef480745ec7514c252087710ab9f2b0 (patch) | |
tree | 9756bb4c9e48dc0f7a86dabf17608bc565b36f22 /toolkit/inc | |
parent | 1703c3bb70b1faa522c33ebdc1a8f353c60367e5 (diff) |
move scrbar.hxx to vcl/toolkit
Change-Id: I77038cbf500976703ad41365da9a675a698863a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137979
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/helper/scrollabledialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/helper/scrollabledialog.hxx b/toolkit/inc/helper/scrollabledialog.hxx index 26068b4f5c98..b93751c6802d 100644 --- a/toolkit/inc/helper/scrollabledialog.hxx +++ b/toolkit/inc/helper/scrollabledialog.hxx @@ -21,7 +21,7 @@ #define INCLUDED_TOOLKIT_AWT_SCROLLABLEDIALOG_HXX #include <vcl/toolkit/dialog.hxx> -#include <vcl/scrbar.hxx> +#include <vcl/toolkit/scrbar.hxx> namespace toolkit { |