summaryrefslogtreecommitdiffstats
path: root/sw/inc/SwXMLSectionList.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-14 23:17:08 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-15 16:38:26 +0200
commit6e0d836ff120ba292ba52f3623a3dd9be04aefc2 (patch)
treea8deb1dd85481c0d09d5cdc29d5440722548889b /sw/inc/SwXMLSectionList.hxx
parentResolves: fdo#65546 whoops, lost vital mbKeyInputDisabled flag (diff)
downloadcore-6e0d836ff120ba292ba52f3623a3dd9be04aefc2.tar.gz
core-6e0d836ff120ba292ba52f3623a3dd9be04aefc2.zip
String to OUString, some formatting
Conflicts: sw/source/filter/basflt/fltini.cxx sw/source/ui/dialog/ascfldlg.cxx Change-Id: Ifa12105aa6f747e2797891b6c71128bd96f78bf3
Diffstat (limited to 'sw/inc/SwXMLSectionList.hxx')
-rw-r--r--sw/inc/SwXMLSectionList.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/SwXMLSectionList.hxx b/sw/inc/SwXMLSectionList.hxx
index 8c6abc060881..68eb8fd8f0bd 100644
--- a/sw/inc/SwXMLSectionList.hxx
+++ b/sw/inc/SwXMLSectionList.hxx
@@ -32,11 +32,11 @@ protected:
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList );
public:
- std::vector<String*> &rSectionList;
+ std::vector<OUString*> &rSectionList;
SwXMLSectionList(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext,
- std::vector<String*> &rNewSectionList );
+ std::vector<OUString*> &rNewSectionList );
virtual ~SwXMLSectionList ( )
throw();