summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/alienwarn.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-28 13:15:49 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:15 +0200
commit8103ea81b8eaed28838c475344b608f546f1c918 (patch)
tree0f86331b372056fd01bd05489aaec5f245cf0850 /sfx2/source/dialog/alienwarn.cxx
parent02a3f860048b0be425106a7f5073e85a8b7edba1 (diff)
convert sfx2/source/inc/alienwarn.hxx from String to OUString
Change-Id: Iea3643b7a2571bf0eb114769bccd2195b373c043
Diffstat (limited to 'sfx2/source/dialog/alienwarn.cxx')
-rw-r--r--sfx2/source/dialog/alienwarn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/alienwarn.cxx b/sfx2/source/dialog/alienwarn.cxx
index 99275f4d50b6..1e45e21c39b4 100644
--- a/sfx2/source/dialog/alienwarn.cxx
+++ b/sfx2/source/dialog/alienwarn.cxx
@@ -30,7 +30,7 @@
// class SfxAlienWarningDialog -------------------------------------------
-SfxAlienWarningDialog::SfxAlienWarningDialog( Window* pParent, const String& _rFormatName ) :
+SfxAlienWarningDialog::SfxAlienWarningDialog( Window* pParent, const OUString& _rFormatName ) :
SfxModalDialog( pParent, SfxResId( RID_DLG_ALIEN_WARNING ) ),