diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 08:40:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:24 +0200 |
commit | 0a76e5679c21fc061708f7afc8b34c8879a92143 (patch) | |
tree | 4d373d11c940359e6422912a6a0f22e6edf41f4f /include | |
parent | 976430ba8ed7cf24813cbf1aab502847ab925bde (diff) |
convert includes/vx/rubydialog.hxx from String to OUString
Change-Id: I5b43080ffce00370d095b8c125457f5fbb8fcaac
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/rubydialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/rubydialog.hxx b/include/svx/rubydialog.hxx index d0154ec7cdca..afd1127994c0 100644 --- a/include/svx/rubydialog.hxx +++ b/include/svx/rubydialog.hxx @@ -156,7 +156,7 @@ class SvxRubyDialog : public SfxModelessDialog void EnableControls(bool bEnable); - void GetCurrentText(String& rBase, String& rRuby); + void GetCurrentText(OUString& rBase, OUString& rRuby); void UpdateColors( void ); protected: |