summaryrefslogtreecommitdiffstats
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/filechanged.cxx2
-rw-r--r--uui/source/lockfailed.cxx2
2 files changed, 2 insertions, 2 deletions
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() );