sw/inc/SwStyleNameMapper.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit c5c7574929acf58a5137cab3609b00db53834ebc Author: Matteo Casalin <[email protected]> Date: Mon Aug 19 20:39:08 2013 +0200 Remove leftovers of String to OUString conversion Change-Id: I5ab3f394402a7b46e735a9cafd223672761b3c6a Reviewed-on: https://gerrit.libreoffice.org/5558 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Michael Stahl <[email protected]> diff --git a/sw/inc/SwStyleNameMapper.hxx b/sw/inc/SwStyleNameMapper.hxx index 4ef0c2d..08251c1 100644 --- a/sw/inc/SwStyleNameMapper.hxx +++ b/sw/inc/SwStyleNameMapper.hxx @@ -20,7 +20,7 @@ #define SWSTYLENAMEMAPPER_HXX #include <sal/types.h> -#include <tools/string.hxx> +#include <rtl/ustring.hxx> #include <SwGetPoolIdFromName.hxx> #include "swdllapi.h" @@ -73,7 +73,6 @@ * " (user)", we simply remove it. */ -class String; struct SwTableEntry; typedef ::boost::unordered_map<const OUString, sal_uInt16, OUStringHash> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
