summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-12 22:33:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-13 09:05:59 +0000
commit2e303c175c3969acdb1912c47c1c9d2fab30dfa2 (patch)
tree9b807421d23644ce16f1d8f3025093ee4a6f8d0c /svtools/inc
parent6248f7037c6d034a352566457ebbab29ea9d817c (diff)
remove some tools/string.hxx
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/indexentryres.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/inc/svtools/indexentryres.hxx b/svtools/inc/svtools/indexentryres.hxx
index 56424cc00c7e..127710777ce5 100644
--- a/svtools/inc/svtools/indexentryres.hxx
+++ b/svtools/inc/svtools/indexentryres.hxx
@@ -4,7 +4,7 @@
#define SVTOOLS_INDEXENTRYRESSOURCE_HXX
#include "svtools/svtdllapi.h"
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
class IndexEntryRessourceData;
@@ -16,7 +16,7 @@ class SVT_DLLPUBLIC IndexEntryRessource
public:
IndexEntryRessource ();
~IndexEntryRessource ();
- const String& GetTranslation (const String& r_Algorithm);
+ const rtl::OUString& GetTranslation (const rtl::OUString& r_Algorithm);
};
#endif /* SVTOOLS_INDEXENTRYRESSOURCE_HXX */