diff options
Diffstat (limited to 'cui/source/inc/hangulhanjadlg.hxx')
-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 ); |