diff options
author | Tomoyuki Kubota <himajin100000@gmail.com> | 2024-03-24 12:07:07 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-24 17:05:25 +0100 |
commit | ee2afff68ed5b22b2bf635d536584e8cba4ae2a4 (patch) | |
tree | 170d83d85eb242eca4bcff6959ece4b82d8f00f1 | |
parent | 32e10ebb2a1d44b40517a4024f8e984ca071d11a (diff) |
for OSL_DEBUG_LEVEL >= 2, adapt to b55bf0cbdfdc6820
Change-Id: Ie3b9746ca150fba8f9849649b6e6bbd0439e1a1b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165234
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | sfx2/source/sidebar/DeckTitleBar.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/Panel.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/DeckTitleBar.cxx b/sfx2/source/sidebar/DeckTitleBar.cxx index f425e21a92bc..f62ec6491f40 100644 --- a/sfx2/source/sidebar/DeckTitleBar.cxx +++ b/sfx2/source/sidebar/DeckTitleBar.cxx @@ -27,7 +27,7 @@ #include <vcl/ptrstyle.hxx> #if OSL_DEBUG_LEVEL >= 2 -#include <sfx2/sidebar/Tools.hxx> +#include <sidebar/Tools.hxx> #endif namespace sfx2::sidebar { diff --git a/sfx2/source/sidebar/Panel.cxx b/sfx2/source/sidebar/Panel.cxx index 6bc1424e7d41..1a087e177b78 100644 --- a/sfx2/source/sidebar/Panel.cxx +++ b/sfx2/source/sidebar/Panel.cxx @@ -28,7 +28,7 @@ #if OSL_DEBUG_LEVEL >= 2 -#include <sfx2/sidebar/Tools.hxx> +#include <sidebar/Tools.hxx> #include <sfx2/sidebar/Deck.hxx> #endif |