[Libreoffice-commits] core.git: avmedia/source drawinglayer/source include/unotools include/vcl sw/qa

Noel Grandin noel at peralex.com
Tue Nov 17 04:25:23 PST 2015


 avmedia/source/inc/mediamisc.hxx                   |    4 ++--
 drawinglayer/source/dumper/EnhancedShapeDumper.hxx |    5 ++---
 include/unotools/bootstrap.hxx                     |    2 +-
 include/unotools/charclass.hxx                     |    3 +--
 include/unotools/collatorwrapper.hxx               |    2 +-
 include/unotools/configpaths.hxx                   |    3 ++-
 include/unotools/datetime.hxx                      |    4 ++--
 include/unotools/desktopterminationobserver.hxx    |    3 ++-
 include/unotools/intlwrapper.hxx                   |    3 ++-
 include/unotools/nativenumberwrapper.hxx           |    3 ++-
 include/unotools/progresshandlerwrap.hxx           |    3 ++-
 include/unotools/streamhelper.hxx                  |    3 ++-
 include/unotools/streamwrap.hxx                    |    2 +-
 include/unotools/tempfile.hxx                      |    2 +-
 include/unotools/textsearch.hxx                    |    3 ++-
 include/unotools/transliterationwrapper.hxx        |    2 +-
 include/vcl/bitmapscalesuper.hxx                   |    4 ++--
 sw/qa/extras/inc/bordertest.hxx                    |    4 ++--
 18 files changed, 30 insertions(+), 25 deletions(-)

New commits:
commit be3d2309f0376914b0135046f95b0bb592cf5078
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Nov 17 14:24:31 2015 +0200

    other #includes should be AFTER the include-once #define
    
    found with the following script:
    git ls-files *.hxx | xargs perl -0777 -ne 'if
    (/include.*
    .*
    .*
    
    "; close ARGV }'
    
    Change-Id: I3afb0e81eb315c34bc0eb6bb4733dd1f0537d5c0

diff --git a/avmedia/source/inc/mediamisc.hxx b/avmedia/source/inc/mediamisc.hxx
index 3a9fa0c..a34f318 100644
--- a/avmedia/source/inc/mediamisc.hxx
+++ b/avmedia/source/inc/mediamisc.hxx
@@ -17,11 +17,11 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <config_features.h>
-
 #ifndef INCLUDED_AVMEDIA_SOURCE_INC_MEDIAMISC_HXX
 #define INCLUDED_AVMEDIA_SOURCE_INC_MEDIAMISC_HXX
 
+#include <config_features.h>
+
 class ResMgr;
 
 #define AVMEDIA_RESID( nId ) ResId( nId, * ::avmedia::GetResMgr() )
diff --git a/drawinglayer/source/dumper/EnhancedShapeDumper.hxx b/drawinglayer/source/dumper/EnhancedShapeDumper.hxx
index 4413d17..a9547be 100644
--- a/drawinglayer/source/dumper/EnhancedShapeDumper.hxx
+++ b/drawinglayer/source/dumper/EnhancedShapeDumper.hxx
@@ -6,6 +6,8 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
+#ifndef INCLUDED_DRAWINGLAYER_SOURCE_DUMPER_ENHANCEDSHAPEDUMPER_HXX
+#define INCLUDED_DRAWINGLAYER_SOURCE_DUMPER_ENHANCEDSHAPEDUMPER_HXX
 
 #include <libxml/xmlwriter.h>
 
@@ -28,9 +30,6 @@
 
 #include <com/sun/star/drawing/EnhancedCustomShapeTextPathMode.hpp>
 
-#ifndef INCLUDED_DRAWINGLAYER_SOURCE_DUMPER_ENHANCEDSHAPEDUMPER_HXX
-#define INCLUDED_DRAWINGLAYER_SOURCE_DUMPER_ENHANCEDSHAPEDUMPER_HXX
-
 class EnhancedShapeDumper
 {
 public:
diff --git a/include/unotools/bootstrap.hxx b/include/unotools/bootstrap.hxx
index e7afaee..fc58183 100644
--- a/include/unotools/bootstrap.hxx
+++ b/include/unotools/bootstrap.hxx
@@ -16,11 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_BOOTSTRAP_HXX
 #define INCLUDED_UNOTOOLS_BOOTSTRAP_HXX
 
+#include <unotools/unotoolsdllapi.h>
 #include <rtl/ustring.hxx>
 
 namespace utl
diff --git a/include/unotools/charclass.hxx b/include/unotools/charclass.hxx
index 32092dc..15041eb 100644
--- a/include/unotools/charclass.hxx
+++ b/include/unotools/charclass.hxx
@@ -17,11 +17,10 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <unotools/unotoolsdllapi.h>
-
 #ifndef INCLUDED_UNOTOOLS_CHARCLASS_HXX
 #define INCLUDED_UNOTOOLS_CHARCLASS_HXX
 
+#include <unotools/unotoolsdllapi.h>
 #include <i18nlangtag/languagetag.hxx>
 #include <com/sun/star/i18n/KCharacterType.hpp>
 #include <com/sun/star/i18n/KParseTokens.hpp>
diff --git a/include/unotools/collatorwrapper.hxx b/include/unotools/collatorwrapper.hxx
index a644f38..c968178 100644
--- a/include/unotools/collatorwrapper.hxx
+++ b/include/unotools/collatorwrapper.hxx
@@ -16,11 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_COLLATORWRAPPER_HXX
 #define INCLUDED_UNOTOOLS_COLLATORWRAPPER_HXX
 
+#include <unotools/unotoolsdllapi.h>
 #include <com/sun/star/i18n/XCollator.hpp>
 
 namespace com { namespace sun { namespace star { namespace uno {
diff --git a/include/unotools/configpaths.hxx b/include/unotools/configpaths.hxx
index b6f1e78..7bb90a5 100644
--- a/include/unotools/configpaths.hxx
+++ b/include/unotools/configpaths.hxx
@@ -16,10 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_CONFIGPATHS_HXX
 #define INCLUDED_UNOTOOLS_CONFIGPATHS_HXX
+
+#include <unotools/unotoolsdllapi.h>
 #include <sal/types.h>
 #include <rtl/ustring.hxx>
 
diff --git a/include/unotools/datetime.hxx b/include/unotools/datetime.hxx
index c7de9ba..fd35a31 100644
--- a/include/unotools/datetime.hxx
+++ b/include/unotools/datetime.hxx
@@ -17,12 +17,12 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-//= conversions UNO3.TimeClass <-> Tools.TimeClass (Date/Time/DateTime)
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_DATETIME_HXX
 #define INCLUDED_UNOTOOLS_DATETIME_HXX
 
+//= conversions UNO3.TimeClass <-> Tools.TimeClass (Date/Time/DateTime)
+#include <unotools/unotoolsdllapi.h>
 #include <com/sun/star/util/Date.hpp>
 #include <com/sun/star/util/Time.hpp>
 #include <com/sun/star/util/DateTime.hpp>
diff --git a/include/unotools/desktopterminationobserver.hxx b/include/unotools/desktopterminationobserver.hxx
index 2baa8df..799aa45 100644
--- a/include/unotools/desktopterminationobserver.hxx
+++ b/include/unotools/desktopterminationobserver.hxx
@@ -16,11 +16,12 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_DESKTOPTERMINATIONOBSERVER_HXX
 #define INCLUDED_UNOTOOLS_DESKTOPTERMINATIONOBSERVER_HXX
 
+#include <unotools/unotoolsdllapi.h>
+
 namespace utl
 {
 
diff --git a/include/unotools/intlwrapper.hxx b/include/unotools/intlwrapper.hxx
index 30ca525..a78d4bd 100644
--- a/include/unotools/intlwrapper.hxx
+++ b/include/unotools/intlwrapper.hxx
@@ -16,10 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_INTLWRAPPER_HXX
 #define INCLUDED_UNOTOOLS_INTLWRAPPER_HXX
+
+#include <unotools/unotoolsdllapi.h>
 #include <unotools/charclass.hxx>
 #include <unotools/localedatawrapper.hxx>
 #include <unotools/calendarwrapper.hxx>
diff --git a/include/unotools/nativenumberwrapper.hxx b/include/unotools/nativenumberwrapper.hxx
index 10f6c5d..064a438 100644
--- a/include/unotools/nativenumberwrapper.hxx
+++ b/include/unotools/nativenumberwrapper.hxx
@@ -16,10 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_NATIVENUMBERWRAPPER_HXX
 #define INCLUDED_UNOTOOLS_NATIVENUMBERWRAPPER_HXX
+
+#include <unotools/unotoolsdllapi.h>
 #include <com/sun/star/i18n/XNativeNumberSupplier.hpp>
 
 namespace com { namespace sun { namespace star {
diff --git a/include/unotools/progresshandlerwrap.hxx b/include/unotools/progresshandlerwrap.hxx
index 61aff76..8afd861 100644
--- a/include/unotools/progresshandlerwrap.hxx
+++ b/include/unotools/progresshandlerwrap.hxx
@@ -16,10 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_PROGRESSHANDLERWRAP_HXX
 #define INCLUDED_UNOTOOLS_PROGRESSHANDLERWRAP_HXX
+
+#include <unotools/unotoolsdllapi.h>
 #include <cppuhelper/implbase1.hxx>
 #include <com/sun/star/task/XStatusIndicator.hpp>
 #include <com/sun/star/ucb/XProgressHandler.hpp>
diff --git a/include/unotools/streamhelper.hxx b/include/unotools/streamhelper.hxx
index 7088998..2fbd5de 100644
--- a/include/unotools/streamhelper.hxx
+++ b/include/unotools/streamhelper.hxx
@@ -16,10 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_STREAMHELPER_HXX
 #define INCLUDED_UNOTOOLS_STREAMHELPER_HXX
+
+#include <unotools/unotoolsdllapi.h>
 #include <com/sun/star/io/XInputStream.hpp>
 #include <com/sun/star/io/XSeekable.hpp>
 #include <osl/mutex.hxx>
diff --git a/include/unotools/streamwrap.hxx b/include/unotools/streamwrap.hxx
index 4a47298..1fb8d2b 100644
--- a/include/unotools/streamwrap.hxx
+++ b/include/unotools/streamwrap.hxx
@@ -16,11 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_STREAMWRAP_HXX
 #define INCLUDED_UNOTOOLS_STREAMWRAP_HXX
 
+#include <unotools/unotoolsdllapi.h>
 #include <osl/mutex.hxx>
 #include <com/sun/star/io/XOutputStream.hpp>
 #include <com/sun/star/io/XInputStream.hpp>
diff --git a/include/unotools/tempfile.hxx b/include/unotools/tempfile.hxx
index a5a12d1..df4f4fb 100644
--- a/include/unotools/tempfile.hxx
+++ b/include/unotools/tempfile.hxx
@@ -16,11 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_TEMPFILE_HXX
 #define INCLUDED_UNOTOOLS_TEMPFILE_HXX
 
+#include <unotools/unotoolsdllapi.h>
 #include <tools/stream.hxx>
 
 namespace utl
diff --git a/include/unotools/textsearch.hxx b/include/unotools/textsearch.hxx
index d90c079..20c9e65 100644
--- a/include/unotools/textsearch.hxx
+++ b/include/unotools/textsearch.hxx
@@ -16,10 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_TEXTSEARCH_HXX
 #define INCLUDED_UNOTOOLS_TEXTSEARCH_HXX
+
+#include <unotools/unotoolsdllapi.h>
 #include <i18nlangtag/lang.h>
 #include <rtl/ustring.hxx>
 #include <com/sun/star/uno/Reference.h>
diff --git a/include/unotools/transliterationwrapper.hxx b/include/unotools/transliterationwrapper.hxx
index 900ce9f..1b0fa57 100644
--- a/include/unotools/transliterationwrapper.hxx
+++ b/include/unotools/transliterationwrapper.hxx
@@ -16,11 +16,11 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <unotools/unotoolsdllapi.h>
 
 #ifndef INCLUDED_UNOTOOLS_TRANSLITERATIONWRAPPER_HXX
 #define INCLUDED_UNOTOOLS_TRANSLITERATIONWRAPPER_HXX
 
+#include <unotools/unotoolsdllapi.h>
 #include <rtl/ustring.hxx>
 #include <i18nlangtag/languagetag.hxx>
 #include <com/sun/star/i18n/XExtendedTransliteration.hpp>
diff --git a/include/vcl/bitmapscalesuper.hxx b/include/vcl/bitmapscalesuper.hxx
index 599b1b9..0f27961 100644
--- a/include/vcl/bitmapscalesuper.hxx
+++ b/include/vcl/bitmapscalesuper.hxx
@@ -17,11 +17,11 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <vcl/bitmapfilter.hxx>
-
 #ifndef INCLUDED_VCL_BITMAPSCALESUPER_HXX
 #define INCLUDED_VCL_BITMAPSCALESUPER_HXX
 
+#include <vcl/bitmapfilter.hxx>
+
 class VCL_DLLPUBLIC BitmapScaleSuper : public BitmapFilter
 {
 public:
diff --git a/sw/qa/extras/inc/bordertest.hxx b/sw/qa/extras/inc/bordertest.hxx
index 111bae2..5f948a2 100644
--- a/sw/qa/extras/inc/bordertest.hxx
+++ b/sw/qa/extras/inc/bordertest.hxx
@@ -6,13 +6,13 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
+#ifndef INCLUDED_SW_QA_EXTRAS_INC_BORDERTEST_HXX
+#define INCLUDED_SW_QA_EXTRAS_INC_BORDERTEST_HXX
 
 #include <com/sun/star/table/XCell.hpp>
 #include <com/sun/star/table/BorderLine.hpp>
 #include <com/sun/star/text/XTextTable.hpp>
 
-#ifndef INCLUDED_SW_QA_EXTRAS_INC_BORDERTEST_HXX
-#define INCLUDED_SW_QA_EXTRAS_INC_BORDERTEST_HXX
 
 typedef std::map<OUString, css::table::BorderLine> BorderLineMap;
 typedef std::pair<OUString, css::table::BorderLine> StringBorderPair;


More information about the Libreoffice-commits mailing list