From 02740cbe0a21939e3720b72a074ce71798e78d1d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 8 Sep 2013 17:34:06 +0100 Subject: Related: fdo#38838 drop String::EmptyString now as well Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6 --- uui/source/filechanged.cxx | 2 +- uui/source/lockfailed.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'uui') diff --git a/uui/source/filechanged.cxx b/uui/source/filechanged.cxx index b8c1311a815a..2e143efdf0ed 100644 --- a/uui/source/filechanged.cxx +++ b/uui/source/filechanged.cxx @@ -23,7 +23,7 @@ FileChangedQueryBox::FileChangedQueryBox( Window* pParent, ResMgr* pResMgr ) : MessBox(pParent, 0, ResId(STR_FILECHANGED_TITLE, *pResMgr).toString(), - String::EmptyString() ) + OUString() ) { SetImage( QueryBox::GetStandardImage() ); diff --git a/uui/source/lockfailed.cxx b/uui/source/lockfailed.cxx index 06f6b174dfd2..3fa467434e65 100644 --- a/uui/source/lockfailed.cxx +++ b/uui/source/lockfailed.cxx @@ -25,7 +25,7 @@ LockFailedQueryBox::LockFailedQueryBox( Window* pParent, ResMgr* pResMgr ) : MessBox(pParent, 0, ResId(STR_LOCKFAILED_TITLE, *pResMgr).toString(), - String::EmptyString() ) + OUString() ) { SetImage( ErrorBox::GetStandardImage() ); -- cgit