diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/acmplwrd.hxx | 1 | ||||
-rw-r--r-- | sw/inc/docsh.hxx | 1 | ||||
-rw-r--r-- | sw/inc/fmtcol.hxx | 7 | ||||
-rw-r--r-- | sw/inc/frmfmt.hxx | 1 | ||||
-rw-r--r-- | sw/inc/paratr.hxx | 1 |
5 files changed, 8 insertions, 3 deletions
diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx index c857727adfdd..4a544ca4d4cc 100644 --- a/sw/inc/acmplwrd.hxx +++ b/sw/inc/acmplwrd.hxx @@ -24,6 +24,7 @@ #include <editeng/swafopt.hxx> #include <editeng/Trie.hxx> +#include <tools/string.hxx> class SwDoc; class SwAutoCompleteWord_Impl; diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index ccff4f09acf0..25b0808c122c 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -31,6 +31,7 @@ #include <svl/lstner.hxx> #include <svtools/embedhlp.hxx> +#include <tools/string.hxx> class SwDoc; class SfxDocumentInfoDialog; diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx index 0d7f5ad83609..0b90a786fb12 100644 --- a/sw/inc/fmtcol.hxx +++ b/sw/inc/fmtcol.hxx @@ -23,6 +23,7 @@ #include <frmatr.hxx> #include <swtypes.hxx> // For MAXLEVEL. #include <boost/ptr_container/ptr_vector.hpp> +#include <tools/string.hxx> class SwDoc; // For friend. @@ -35,7 +36,7 @@ protected: : SwFmt( rPool, pFmtName, pWhichRanges, pDerFrom, nFmtWhich ) { SetAuto( sal_False ); } - SwFmtColl( SwAttrPool& rPool, const String &rFmtName, + SwFmtColl( SwAttrPool& rPool, const OUString &rFmtName, const sal_uInt16* pWhichRanges, SwFmtColl* pDerFrom, sal_uInt16 nFmtWhich ) : SwFmt( rPool, rFmtName, pWhichRanges, pDerFrom, nFmtWhich ) @@ -73,7 +74,7 @@ protected: mbAssignedToOutlineStyle(false) { pNextTxtFmtColl = this; } - SwTxtFmtColl( SwAttrPool& rPool, const String &rFmtCollName, + SwTxtFmtColl( SwAttrPool& rPool, const OUString &rFmtCollName, SwTxtFmtColl* pDerFrom = 0, sal_uInt16 nFmtWh = RES_TXTFMTCOLL ) : SwFmtColl( rPool, rFmtCollName, aTxtFmtCollSetRange, @@ -155,7 +156,7 @@ protected: pDerFrom, RES_GRFFMTCOLL ) {} - SwGrfFmtColl( SwAttrPool& rPool, const String &rFmtCollName, + SwGrfFmtColl( SwAttrPool& rPool, const OUString &rFmtCollName, SwGrfFmtColl* pDerFrom = 0 ) : SwFmtColl( rPool, rFmtCollName, aGrfFmtCollSetRange, pDerFrom, RES_GRFFMTCOLL ) diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index c6e5ebf2ac7e..0d3eba5d2ec1 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -22,6 +22,7 @@ #include <com/sun/star/text/PositionLayoutDir.hpp> #include <cppuhelper/weakref.hxx> #include <tools/gen.hxx> +#include <tools/string.hxx> #include <format.hxx> #include "swdllapi.h" diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx index 02f659c57382..feb01207eaa0 100644 --- a/sw/inc/paratr.hxx +++ b/sw/inc/paratr.hxx @@ -27,6 +27,7 @@ #include <format.hxx> #include <swtypes.hxx> #include <editeng/adjustitem.hxx> +#include <tools/string.hxx> class SwCharFmt; class IntlWrapper; |