[Libreoffice-commits] core.git: sw/source

Miklos Vajna vmiklos at collabora.co.uk
Wed Apr 26 06:41:01 UTC 2017


 sw/source/filter/ww8/rtfattributeoutput.cxx |    2 +-
 sw/source/filter/ww8/rtfsdrexport.cxx       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cd4344d3bdef631b3e64ac12a9e64bc9670c1b7c
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Apr 26 08:39:39 2017 +0200

    RTF export: restore build-time test for self-containing headers
    
    If the "own" header is not the first one, the compiler no longer ensures
    that these headers are self-contained.
    
    Change-Id: I436428213e02482e6b6f21cd4e3c2ed04a7b4020

diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 4bd9ad0598f0..2f78e3977b26 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <memory>
 #include "rtfattributeoutput.hxx"
+#include <memory>
 #include <cstring>
 #include "rtfsdrexport.hxx"
 #include "writerwordglue.hxx"
diff --git a/sw/source/filter/ww8/rtfsdrexport.cxx b/sw/source/filter/ww8/rtfsdrexport.cxx
index d94902c275dd..1bf856b760b5 100644
--- a/sw/source/filter/ww8/rtfsdrexport.cxx
+++ b/sw/source/filter/ww8/rtfsdrexport.cxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <memory>
 #include "rtfsdrexport.hxx"
+#include <memory>
 #include "rtfattributeoutput.hxx"
 #include <svtools/rtfkeywd.hxx>
 #include <filter/msfilter/rtfutil.hxx>


More information about the Libreoffice-commits mailing list