diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-08 17:34:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-08 20:44:26 +0100 |
commit | 02740cbe0a21939e3720b72a074ce71798e78d1d (patch) | |
tree | ec0e88e6f9e03bbc81e2caaa804a9a849574406d /uui/source | |
parent | 6e016d0dc74c986073ae1428a16464a59c331d2d (diff) |
Related: fdo#38838 drop String::EmptyString now as well
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/filechanged.cxx | 2 | ||||
-rw-r--r-- | uui/source/lockfailed.cxx | 2 |
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() ); |