From 63483b882c80d656dff4279e5be8a59a664a06fe Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 12 Aug 2013 10:57:26 +0100 Subject: XubString->OUString Change-Id: Ibcb2dd5861ad14e286596999b757ca5c41137626 --- cui/source/options/optfltr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/options/optfltr.hxx') diff --git a/cui/source/options/optfltr.hxx b/cui/source/options/optfltr.hxx index bdcaf49f4edf..81a965068c12 100644 --- a/cui/source/options/optfltr.hxx +++ b/cui/source/options/optfltr.hxx @@ -86,7 +86,7 @@ class OfaMSFilterTabPage2 : public SfxTabPage OfaMSFilterTabPage2( Window* pParent, const SfxItemSet& rSet ); virtual ~OfaMSFilterTabPage2(); - void InsertEntry( const String& _rTxt, sal_IntPtr _nType ); + void InsertEntry( const OUString& _rTxt, sal_IntPtr _nType ); SvTreeListEntry* GetEntry4Type( sal_IntPtr _nType ) const; public: -- cgit