summaryrefslogtreecommitdiffstats
path: root/uui/source/trylater.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/trylater.cxx')
-rw-r--r--uui/source/trylater.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/trylater.cxx b/uui/source/trylater.cxx
index 57825c15ebe6..93170a1a3fa3 100644
--- a/uui/source/trylater.cxx
+++ b/uui/source/trylater.cxx
@@ -20,7 +20,7 @@
#include "ids.hrc"
#include "trylater.hxx"
-TryLaterQueryBox::TryLaterQueryBox( Window* pParent, ResMgr* pResMgr, const String& aMessage ) :
+TryLaterQueryBox::TryLaterQueryBox( Window* pParent, ResMgr* pResMgr, const OUString& aMessage ) :
MessBox(pParent, 0,
ResId(STR_TRYLATER_TITLE, *pResMgr).toString(),
aMessage )