diff options
author | Noel Grandin <noel@peralex.com> | 2013-07-24 15:00:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-07-25 08:13:50 +0200 |
commit | d5af396843816b244b47c746d42f3a99afa1af01 (patch) | |
tree | 5531ee782d5080b82268634fc4fa6a415ce9b4e8 /cui/source/inc | |
parent | 1543cf5eb67810108e87e8ea73f08d51223a9957 (diff) |
convert XubString to OUString
Change-Id: I55e676ea50c661aca0e0b33b6a32d513f9e6b0ac
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/hangulhanjadlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); |