From a77eaf8aa893ccac27563fdc4373dc5c36254a9e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 26 Apr 2020 15:47:16 +0100 Subject: move PanelLayout to sfx2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If29ccb67835adba3ff6cf2eb53f348bbe71d6463 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92933 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/source/uibase/inc/navipi.hxx | 2 +- sw/source/uibase/inc/redlndlg.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/uibase/inc') diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx index 162a272e978f..14e066c73380 100644 --- a/sw/source/uibase/inc/navipi.hxx +++ b/sw/source/uibase/inc/navipi.hxx @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include "conttree.hxx" #include #include diff --git a/sw/source/uibase/inc/redlndlg.hxx b/sw/source/uibase/inc/redlndlg.hxx index 6bc664653ecd..750678477456 100644 --- a/sw/source/uibase/inc/redlndlg.hxx +++ b/sw/source/uibase/inc/redlndlg.hxx @@ -21,7 +21,7 @@ #include #include "chldwrap.hxx" #include -#include +#include #include #include #include -- cgit