diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-25 12:18:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-01 10:08:40 +0200 |
commit | b879adc316d6628fad7be35e758052860171bcf2 (patch) | |
tree | 1f65afe787b1cc680bcd055a90e878047f395052 /uui/source/alreadyopen.cxx | |
parent | c82d932510c88a12b260b1684522efbc69f07b26 (diff) |
convert UUI module from String to OUString
Change-Id: I0dfcdb0b95112b5ee18b05d0c496059292be65c4
Diffstat (limited to 'uui/source/alreadyopen.cxx')
-rw-r--r-- | uui/source/alreadyopen.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/alreadyopen.cxx b/uui/source/alreadyopen.cxx index 002d05244542..b3e8326f95d6 100644 --- a/uui/source/alreadyopen.cxx +++ b/uui/source/alreadyopen.cxx @@ -20,7 +20,7 @@ #include "ids.hrc" #include "alreadyopen.hxx" -AlreadyOpenQueryBox::AlreadyOpenQueryBox( Window* pParent, ResMgr* pResMgr, const String& aMessage, sal_Bool bIsStoring ) : +AlreadyOpenQueryBox::AlreadyOpenQueryBox( Window* pParent, ResMgr* pResMgr, const OUString& aMessage, sal_Bool bIsStoring ) : MessBox(pParent, 0, ResId(STR_ALREADYOPEN_TITLE, *pResMgr).toString(), aMessage ) |