From e0849330bc4875384704fe031d563f8971ca4d96 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 27 May 2016 10:56:17 +0300 Subject: Get rid of unnecessary directory levels $D/inc/$D Change-Id: Ibf313b8948a493043006ebf3a8281487c1f67b48 Reviewed-on: https://gerrit.libreoffice.org/25532 Tested-by: Jenkins Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- .../source/helper/IComboListBoxHelper.cxx | 2 +- accessibility/source/helper/acc_factory.cxx | 62 +++++++++++----------- accessibility/source/helper/accessiblestrings.src | 2 +- accessibility/source/helper/accresmgr.cxx | 2 +- .../source/helper/characterattributeshelper.cxx | 2 +- 5 files changed, 35 insertions(+), 35 deletions(-) (limited to 'accessibility/source/helper') diff --git a/accessibility/source/helper/IComboListBoxHelper.cxx b/accessibility/source/helper/IComboListBoxHelper.cxx index 1edaae97391e..5c3ce6b94076 100644 --- a/accessibility/source/helper/IComboListBoxHelper.cxx +++ b/accessibility/source/helper/IComboListBoxHelper.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include +#include namespace accessibility { diff --git a/accessibility/source/helper/acc_factory.cxx b/accessibility/source/helper/acc_factory.cxx index 45587c9ccae5..f4c8597445c4 100644 --- a/accessibility/source/helper/acc_factory.cxx +++ b/accessibility/source/helper/acc_factory.cxx @@ -22,40 +22,40 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include -#include +#include #include #include diff --git a/accessibility/source/helper/accessiblestrings.src b/accessibility/source/helper/accessiblestrings.src index f112af3b48bb..63e30670df76 100644 --- a/accessibility/source/helper/accessiblestrings.src +++ b/accessibility/source/helper/accessiblestrings.src @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include String RID_STR_ACC_ACTION_CLICK { diff --git a/accessibility/source/helper/accresmgr.cxx b/accessibility/source/helper/accresmgr.cxx index 25c5a515fd08..ca09872bc8c3 100644 --- a/accessibility/source/helper/accresmgr.cxx +++ b/accessibility/source/helper/accresmgr.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include #include #include diff --git a/accessibility/source/helper/characterattributeshelper.cxx b/accessibility/source/helper/characterattributeshelper.cxx index cc02ef63030e..4e33d1bc184a 100644 --- a/accessibility/source/helper/characterattributeshelper.cxx +++ b/accessibility/source/helper/characterattributeshelper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include #include #include -- cgit