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