diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-28 20:54:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-01 10:11:41 +0100 |
commit | 17e253a5de94ccce31300247fa53e05d9d499ff5 (patch) | |
tree | a41601d7305c878149e503d589d8545902c486e0 /vcl/source/control/PriorityMergedHBox.cxx | |
parent | 451d05d11324ef3ff4d6a65eca2c6291818373d9 (diff) |
NotebookbarPopup.hxx can move into private headers
Change-Id: I5c887863ded85e68003ed935cb64c4540ce13117
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111721
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/control/PriorityMergedHBox.cxx')
-rw-r--r-- | vcl/source/control/PriorityMergedHBox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/PriorityMergedHBox.cxx b/vcl/source/control/PriorityMergedHBox.cxx index b2f16db25276..43b13b5175f8 100644 --- a/vcl/source/control/PriorityMergedHBox.cxx +++ b/vcl/source/control/PriorityMergedHBox.cxx @@ -20,9 +20,9 @@ #include <vcl/toolkit/button.hxx> #include <vcl/layout.hxx> #include <bitmaps.hlst> +#include <NotebookbarPopup.hxx> #include <PriorityHBox.hxx> #include <PriorityMergedHBox.hxx> -#include <vcl/notebookbar/NotebookbarPopup.hxx> #include <comphelper/lok.hxx> #define DUMMY_WIDTH 50 |