summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-25 00:33:44 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-27 22:59:29 -0600
commit1a8ac8b2df40edd0b17825e2ca0cb170061d0ff1 (patch)
treeed2f435b817f5dcfc7e5df588966de3337f78ea0 /sw
parent739146b75d8f3e537759925ba6e17cddd28e1acf (diff)
String and OUString cleaning in xmloff
Change-Id: I85d7fd7733814c60a048a7f87d43fbcbb83b0eb0
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/SwXMLBlockImport.hxx1
-rw-r--r--sw/source/core/swg/SwXMLSectionList.cxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/inc/SwXMLBlockImport.hxx b/sw/source/core/inc/SwXMLBlockImport.hxx
index 8dec5647ed9f..c99dfe361c21 100644
--- a/sw/source/core/inc/SwXMLBlockImport.hxx
+++ b/sw/source/core/inc/SwXMLBlockImport.hxx
@@ -30,6 +30,7 @@
#define _SW_XMLBLOCKIMPORT_HXX
#include <xmloff/xmlimp.hxx>
+#include <tools/string.hxx>
class SwXMLTextBlocks;
class SwXMLBlockListImport : public SvXMLImport
diff --git a/sw/source/core/swg/SwXMLSectionList.cxx b/sw/source/core/swg/SwXMLSectionList.cxx
index 3a1adfdf0892..e223e8859a7a 100644
--- a/sw/source/core/swg/SwXMLSectionList.cxx
+++ b/sw/source/core/swg/SwXMLSectionList.cxx
@@ -26,10 +26,10 @@
*
************************************************************************/
+#include <tools/string.hxx>
#include <SwXMLSectionList.hxx>
#include <xmloff/nmspmap.hxx>
#include <xmloff/xmlnmspe.hxx>
-#include <tools/string.hxx>
#include <vector>
using namespace ::com::sun::star;