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