diff options
author | Noel Grandin <noel@peralex.com> | 2013-07-31 12:16:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-07-31 13:36:52 +0200 |
commit | 8855ed1da18e9697873d77d0b99b5eff2e9336a8 (patch) | |
tree | 4698d5d4f18eac10e544805bd5b643ee7d970f79 /include/vcl | |
parent | 43b1ac3651732a1ceb193268ab72b4aaa90dee65 (diff) |
convert vcl/edit.hxx from XubString to OUString
Change-Id: Id0558cb6285ecd19ddc21caee3e26f44cbebf721
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/edit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx index 6df1f7b8fd25..77a277f17df8 100644 --- a/include/vcl/edit.hxx +++ b/include/vcl/edit.hxx @@ -46,7 +46,7 @@ struct Impl_IMEInfos; #define EDIT_NOLIMIT STRING_LEN #define EDIT_UPDATEDATA_TIMEOUT 350 -typedef XubString (*FncGetSpecialChars)( Window* pWin, const Font& rFont ); +typedef OUString (*FncGetSpecialChars)( Window* pWin, const Font& rFont ); // -------- // - Edit - |