summaryrefslogtreecommitdiffstats
path: root/sw/inc/dbgoutsw.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-09 22:11:53 +0200
committerTor Lillqvist <tml@iki.fi>2013-08-13 08:05:41 +0000
commitf4fd558ac9d61fe06aa0f56d829916ef9e5ee7b9 (patch)
tree02ed54f68b09ee5c05fa932d9f0cfc356c3ea260 /sw/inc/dbgoutsw.hxx
parentUnused memeber (diff)
downloadcore-f4fd558ac9d61fe06aa0f56d829916ef9e5ee7b9.tar.gz
core-f4fd558ac9d61fe06aa0f56d829916ef9e5ee7b9.zip
String to OUString and some reduction of scope
Change-Id: Ia760c5f3f8c158bea30be3102841a66330e5180a Reviewed-on: https://gerrit.libreoffice.org/5339 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'sw/inc/dbgoutsw.hxx')
-rw-r--r--sw/inc/dbgoutsw.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx
index bd01dad87512..a02912d442be 100644
--- a/sw/inc/dbgoutsw.hxx
+++ b/sw/inc/dbgoutsw.hxx
@@ -24,7 +24,7 @@
#include <boost/unordered_map.hpp>
#include <tox.hxx>
#include <cstdio>
-class String;
+#include "tools/string.hxx"
class SwNode;
class SwTxtAttr;