[Libreoffice-commits] core.git: sw/inc
Matteo Casalin
matteo.casalin at yahoo.com
Wed Aug 21 02:45:13 PDT 2013
sw/inc/SwStyleNameMapper.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit c5c7574929acf58a5137cab3609b00db53834ebc
Author: Matteo Casalin <matteo.casalin at yahoo.com>
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 <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
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>
More information about the Libreoffice-commits
mailing list