summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/cuifmsearch.hxx
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2012-11-01 16:53:51 -0200
committerCaolán McNamara <caolanm@redhat.com>2012-11-02 13:51:37 +0000
commit89519528563a0e740fe22acaf9ab90f83af99695 (patch)
tree02b0d38f5f4e1e93327c9962b93ebf6fc613d9e6 /cui/source/inc/cuifmsearch.hxx
parentBin help for nonexistent switch --msvc-find-msms-vc100 (diff)
downloadcore-89519528563a0e740fe22acaf9ab90f83af99695.tar.gz
core-89519528563a0e740fe22acaf9ab90f83af99695.zip
fdo#38838 UniString replacement
Change-Id: I1323b2caf395c10b34e7467284402c0e3082f6a7 Reviewed-on: https://gerrit.libreoffice.org/965 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/cuifmsearch.hxx')
-rw-r--r--cui/source/inc/cuifmsearch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx
index 36e5e0d70291..a220495d0fcc 100644
--- a/cui/source/inc/cuifmsearch.hxx
+++ b/cui/source/inc/cuifmsearch.hxx
@@ -114,7 +114,7 @@ public:
(of course needed : the string number i in strUsedFields of a context must correspond with the interface number i in the
arrFields of the context)
*/
- FmSearchDialog(Window* pParent, const String& strInitialText, const ::std::vector< String >& _rContexts, sal_Int16 nInitialContext,
+ FmSearchDialog(Window* pParent, const OUString& strInitialText, const ::std::vector< String >& _rContexts, sal_Int16 nInitialContext,
const Link& lnkContextSupplier);
virtual ~FmSearchDialog();