From d5af396843816b244b47c746d42f3a99afa1af01 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 24 Jul 2013 15:00:55 +0200 Subject: convert XubString to OUString Change-Id: I55e676ea50c661aca0e0b33b6a32d513f9e6b0ac --- cui/source/inc/hangulhanjadlg.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cui/source/inc') diff --git a/cui/source/inc/hangulhanjadlg.hxx b/cui/source/inc/hangulhanjadlg.hxx index 48284bc5165a..e469f22d9823 100644 --- a/cui/source/inc/hangulhanjadlg.hxx +++ b/cui/source/inc/hangulhanjadlg.hxx @@ -66,13 +66,13 @@ namespace svx void SetSelectHdl( const Link& rLink ); void Clear(); - void InsertEntry( const XubString& rStr ); + void InsertEntry( const OUString& rStr ); void SelectEntryPos( sal_uInt16 nPos ); sal_uInt16 GetEntryCount() const; - XubString GetEntry( sal_uInt16 nPos ) const; - XubString GetSelectEntry() const; + OUString GetEntry( sal_uInt16 nPos ) const; + OUString GetSelectEntry() const; virtual void StateChanged( StateChangedType nStateChange ); -- cgit