diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-07 11:18:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-07 21:05:06 +0100 |
commit | 35b5f03e41e21085b67b56e29c52dcddc9a36c30 (patch) | |
tree | fdd93138f52d9f2f83a02fb3f54f50f23eb8732f /vcl/inc/brdwin.hxx | |
parent | a91e21b9acab16bd31dbefa4640d2e5f3c3c7d63 (diff) |
move various notebookbar widgets into vcl
and we can drop their factories then
Change-Id: I1e261886dd7700710ba628da4bbeeba65efa1531
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107134
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-rw-r--r-- | vcl/inc/brdwin.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx index b32fd963fb57..deb2cdd182a8 100644 --- a/vcl/inc/brdwin.hxx +++ b/vcl/inc/brdwin.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_VCL_INC_BRDWIN_HXX #define INCLUDED_VCL_INC_BRDWIN_HXX -#include <vcl/notebookbar.hxx> +#include <vcl/notebookbar/notebookbar.hxx> #include <vcl/window.hxx> #include <o3tl/typed_flags_set.hxx> -#include <vcl/NotebookBarAddonsMerger.hxx> +#include <vcl/notebookbar/NotebookBarAddonsMerger.hxx> #include <com/sun/star/frame/XFrame.hpp> |