summaryrefslogtreecommitdiff
path: root/include/svtools/helpopt.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-02 09:03:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-02 12:22:34 +0100
commited0f0fa730186a99e3e315ef55f63410af8146b2 (patch)
tree2f757a4d622846362a3173082f0719a4f823ea57 /include/svtools/helpopt.hxx
parent3b6d6d1741fae5940987358c30176858717b4f72 (diff)
XubString->OUString
Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc
Diffstat (limited to 'include/svtools/helpopt.hxx')
-rw-r--r--include/svtools/helpopt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/helpopt.hxx b/include/svtools/helpopt.hxx
index 35ed06dc92d5..0d8d96b8aa44 100644
--- a/include/svtools/helpopt.hxx
+++ b/include/svtools/helpopt.hxx
@@ -22,7 +22,7 @@
#include "svtools/svtdllapi.h"
#include <list>
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
#include <unotools/options.hxx>
class SvtHelpOptions_Impl;