diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-01 17:04:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-03 10:07:58 +0100 |
commit | 9bebf9c676f88c67c04ca4f96d88ee2543c5b9e9 (patch) | |
tree | 6e9509300443160088b79ee72224fc9365128aa8 /solenv | |
parent | f34e8ab3e7e7138c2ffe4bd61516f43a2d297d3a (diff) |
move BubbleWindow to vcl
Change-Id: I2481a9882dc66337b35b758fb4f73978df5af541
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111797
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index b02bc17441ee..88ecdff9981c 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -6363,6 +6363,7 @@ include/vcl/accessibletableprovider.hxx include/vcl/alpha.hxx include/vcl/bitmap.hxx include/vcl/bitmapex.hxx +include/vcl/bubblewindow.hxx include/vcl/builder.hxx include/vcl/builderfactory.hxx include/vcl/cairo.hxx @@ -15097,6 +15098,7 @@ vcl/source/window/accel.cxx vcl/source/window/accessibility.cxx vcl/source/window/accmgr.cxx vcl/source/window/brdwin.cxx +vcl/source/window/bubblewindow.cxx vcl/source/window/builder.cxx vcl/source/window/clipping.cxx vcl/source/window/commandevent.cxx |