sfx2/source/sidebar/DeckTitleBar.cxx | 2 +- sfx2/source/sidebar/Panel.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit ee2afff68ed5b22b2bf635d536584e8cba4ae2a4 Author: Tomoyuki Kubota <himajin100...@gmail.com> AuthorDate: Sun Mar 24 12:07:07 2024 +0100 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sun Mar 24 17:05:25 2024 +0100 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.gran...@collabora.co.uk> 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