diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-05 15:56:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-12 11:56:40 +0200 |
commit | 298772b637b8dc8d2a1582e3ef9e6bfa4ce61997 (patch) | |
tree | cc1bbdd3dea1b244b374f00967bd62b7b6af0076 /include/vcl | |
parent | 4b74dab79391f28e93eef8a30c03edfe3402d400 (diff) |
convert vcl/svapp.hxx from String to OUString
Change-Id: I95c203d1096ebd2e58a11b52097e5080b891243b
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/svapp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index fa9103180edc..9a116d7750ea 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -338,8 +338,8 @@ public: /// used to see if Mac specific app init has been disabled static bool IsConsoleOnly(); - static void ShowNativeErrorBox(const String& sTitle , - const String& sMessage); + static void ShowNativeErrorBox(const OUString& sTitle , + const OUString& sMessage); // IME Status Window Control: |