convert vcl/svapp.hxx from String to OUString
Change-Id: I95c203d1096ebd2e58a11b52097e5080b891243b
This commit is contained in:
parent
4b74dab793
commit
298772b637
2 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -1773,8 +1773,8 @@ void Application::EnableConsoleOnly()
|
|||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
void Application::ShowNativeErrorBox(const String& sTitle ,
|
||||
const String& sMessage)
|
||||
void Application::ShowNativeErrorBox(const OUString& sTitle ,
|
||||
const OUString& sMessage)
|
||||
{
|
||||
int btn = ImplGetSalSystem()->ShowNativeMessageBox (
|
||||
sTitle,
|
||||
|
|
Loading…
Reference in a new issue