summaryrefslogtreecommitdiffstats
path: root/include/tools/wldcrd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/wldcrd.hxx')
-rw-r--r--include/tools/wldcrd.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/wldcrd.hxx b/include/tools/wldcrd.hxx
index 8991b8882474..9b143b7ae91b 100644
--- a/include/tools/wldcrd.hxx
+++ b/include/tools/wldcrd.hxx
@@ -20,8 +20,8 @@
#define _WLDCRD_HXX
#include "tools/toolsdllapi.h"
-#include <tools/string.hxx>
#include <osl/thread.h>
+#include <rtl/ustring.hxx>
class TOOLS_DLLPUBLIC WildCard
{
@@ -54,7 +54,7 @@ public:
aWildString = OUStringToOString(rString, osl_getThreadTextEncoding());
}
- sal_Bool Matches( const String& rStr ) const;
+ bool Matches( const OUString& rStr ) const;
};
#endif